mirror of https://github.com/kubernetes/kops.git
Migrate many-addons e2e template to dns=none
These prow jobs have been migrated to the new cluster and need to use dns=none since the dns zones are in the old cluster's account
This commit is contained in:
parent
2900d27213
commit
2c15e6b338
|
|
@ -3,6 +3,10 @@ kind: Cluster
|
|||
metadata:
|
||||
name: {{.clusterName}}
|
||||
spec:
|
||||
api:
|
||||
loadBalancer:
|
||||
class: Network
|
||||
type: Public
|
||||
awsLoadBalancerController:
|
||||
enabled: true
|
||||
kubernetesApiAccess:
|
||||
|
|
@ -62,6 +66,9 @@ spec:
|
|||
{{end}}
|
||||
rollingUpdate:
|
||||
maxSurge: "100%"
|
||||
topology:
|
||||
dns:
|
||||
type: None
|
||||
---
|
||||
|
||||
apiVersion: kops.k8s.io/v1alpha2
|
||||
|
|
|
|||
Loading…
Reference in New Issue