virtualistic
virtualistic
https://github.com/jamesbuckett/ckad-questions/blob/main/05-ckad-observability-maintenance.md#05-06-convert-manifests-between-different-api-versions The command `kubectl-convert -f ~/ckad/06-04-beta-ingress.yml --output-version networking.k8s.io/v1` give us this output: ```yaml apiVersion: networking.k8s.io/v1 kind: Ingress metadata: annotations: nginx.ingress.kubernetes.io/rewrite-target: / creationTimestamp: null name: my-ingress spec: rules: - http: paths:...
Thank you for providing the community with these questions! In https://github.com/jamesbuckett/ckad-questions/blob/main/03-ckad-deployment.md#03-04-helm-question You mention how to find a broken release: Broken Release ``` helm list helm uninstall my-release ``` but when...
### Code editor _No response_ ### Platform KDE Neon ### Version Name Version Rev Tracking Publisher Notes bash-language-server 4.7.0 69 latest/stable alexmurray✪ classic ### What steps will reproduce the bug?...