A kubernetes operator for creating and managing a cache of container images directly on the cluster worker nodes, so application pods start almost instantly
Apache License 2.0
1.26k
stars
119
forks
source link
Invalid YAML when setting controller.hostNetwork=true #192
There seems to be an issue with the rendered yaml when setting controller.hostNetwork=true. The spec: and hostNetwork: keys end up on the same line and helm fails to process it correctly. Eg.
There seems to be an issue with the rendered yaml when setting
controller.hostNetwork=true
. The spec: and hostNetwork: keys end up on the same line and helm fails to process it correctly. Eg.Rather than