John Gardiner Myers
|
7cb4fbe91e
|
Never masquerade IPv6 with Cilium
|
2021-10-27 23:40:02 -07:00 |
Ciprian Hacman
|
4c8f887547
|
Update Docker to v20.10.9
|
2021-10-04 22:25:15 +03:00 |
Ciprian Hacman
|
92ab49cdfb
|
Update Docker to v20.10.8
|
2021-08-04 06:19:43 +03:00 |
John Gardiner Myers
|
e9317551f3
|
Allocate smaller IPv6 PodCIDRs by default
|
2021-06-15 13:31:49 -07:00 |
John Gardiner Myers
|
074137864e
|
Perform ClusterCIDR and ServiceClusterIPRange assignments for IPv6
|
2021-06-09 08:50:30 -07:00 |
John Gardiner Myers
|
64656bb911
|
Add test for assigning ClusterCIDR and ClusterIPRange
|
2021-06-08 20:41:30 -07:00 |
John Gardiner Myers
|
e0915887ed
|
Move asset copying out of apply_cluster
|
2021-06-05 21:17:50 -07:00 |
Ciprian Hacman
|
bdd63c917f
|
Allow AWS instance types with multiple architectures
Older AWS instance types support both "i386" and "x86_64" architectures:
```
$ aws ec2 describe-instance-types --instance-types t2.micro
{
"InstanceTypes": [
"InstanceType": "t2.micro",
"ProcessorInfo": {
"SupportedArchitectures": [
"i386",
"x86_64"
],
```
|
2021-05-12 14:05:12 +03:00 |