mirror of https://github.com/kubernetes/kops.git
Remove logstash doc example as this feature hasn't been working since the Cilium 1.6 update
This commit is contained in:
parent
2a21b1f060
commit
779d322692
|
|
@ -477,16 +477,6 @@ The following command will launch your cluster with desired Cilium configuration
|
|||
$ kops update cluster myclustername.mydns.io --yes
|
||||
```
|
||||
|
||||
##### Enabling logstash
|
||||
|
||||
E.g enabling logstash integration would require you to change above block to
|
||||
|
||||
```
|
||||
networking:
|
||||
cilium:
|
||||
logstash: true
|
||||
```
|
||||
|
||||
##### Enabling BPF NodePort
|
||||
|
||||
As of Kops 1.18 you can safely enable Cilium NodePort.
|
||||
|
|
|
|||
Loading…
Reference in New Issue