mirror of https://github.com/kubernetes/kops.git
Don't set the master address for aws ccm
Use the kubernetes.default service for now. Ideally we would not rely on this as this in turn relies on CNI. But fixing this means also fixing PKI, so we have to revisit this later
This commit is contained in:
parent
e7b6388246
commit
2d643fff11
|
@ -73,7 +73,5 @@ func (b *AWSCloudControllerManagerOptionsBuilder) BuildOptions(o interface{}) er
|
|||
return fmt.Errorf("no networking mode set")
|
||||
}
|
||||
|
||||
eccm.Master = "https://127.0.0.1"
|
||||
|
||||
return nil
|
||||
}
|
||||
|
|
|
@ -21,7 +21,6 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- args:
|
||||
- --master=https://127.0.0.1
|
||||
- --v=2
|
||||
- --cloud-provider=aws
|
||||
- --cluster-name=minimal.example.com
|
||||
|
|
|
@ -55,7 +55,7 @@ spec:
|
|||
- id: k8s-1.18
|
||||
kubernetesVersion: '>=1.18.0'
|
||||
manifest: aws-cloud-controller.addons.k8s.io/k8s-1.18.yaml
|
||||
manifestHash: d1234040768f371ebb4a4e27cac699e215afb173
|
||||
manifestHash: 66da0144f0b1b8077fe52179bc38268a3548579f
|
||||
name: aws-cloud-controller.addons.k8s.io
|
||||
selector:
|
||||
k8s-addon: aws-cloud-controller.addons.k8s.io
|
||||
|
|
Loading…
Reference in New Issue