cray-dns-unbound
to go into CLBO (CrashLoopBackOff
) after running the following command:
ncn# kubectl rollout restart deployment -n services cray-dns-unbound
cray-dns-unbound
out of CLBO:
ncn# kubectl patch deployment -n services cray-dns-unbound --type='json' \
-p='[{"op": "replace", "path": "/spec/template/spec/containers/0/command", "value": ["sh", "-c", "touch /etc/unbound/records.conf;/srv/unbound/entrypoint.sh"]}]'