mirror of https://github.com/kubernetes/kops.git
Remove unset config options
This commit is contained in:
parent
cd857b97f2
commit
07eb88145f
|
|
@ -31524,10 +31524,6 @@ data:
|
||||||
config.yaml: |
|
config.yaml: |
|
||||||
peer-service: unix:///var/run/cilium/hubble.sock
|
peer-service: unix:///var/run/cilium/hubble.sock
|
||||||
listen-address: :4245
|
listen-address: :4245
|
||||||
dial-timeout:
|
|
||||||
retry-timeout:
|
|
||||||
sort-buffer-len-max:
|
|
||||||
sort-buffer-drain-timeout:
|
|
||||||
disable-client-tls: true
|
disable-client-tls: true
|
||||||
disable-server-tls: true
|
disable-server-tls: true
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
|
||||||
|
|
@ -219,10 +219,6 @@ data:
|
||||||
config.yaml: |
|
config.yaml: |
|
||||||
peer-service: unix:///var/run/cilium/hubble.sock
|
peer-service: unix:///var/run/cilium/hubble.sock
|
||||||
listen-address: :4245
|
listen-address: :4245
|
||||||
dial-timeout:
|
|
||||||
retry-timeout:
|
|
||||||
sort-buffer-len-max:
|
|
||||||
sort-buffer-drain-timeout:
|
|
||||||
disable-client-tls: true
|
disable-client-tls: true
|
||||||
disable-server-tls: true
|
disable-server-tls: true
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
|
||||||
|
|
@ -70,7 +70,7 @@ spec:
|
||||||
version: 1.17.0
|
version: 1.17.0
|
||||||
- id: k8s-1.12
|
- id: k8s-1.12
|
||||||
manifest: networking.cilium.io/k8s-1.12-v1.9.yaml
|
manifest: networking.cilium.io/k8s-1.12-v1.9.yaml
|
||||||
manifestHash: a0358ab8f634e6ce76b1c767c5da573e3645f3cc
|
manifestHash: 2831146cb6f181255c69a09d8e97cc406304a81a
|
||||||
name: networking.cilium.io
|
name: networking.cilium.io
|
||||||
needsRollingUpdate: all
|
needsRollingUpdate: all
|
||||||
selector:
|
selector:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue