Created
June 30, 2022 07:23
-
-
Save VerosK/b3301798b2d34cda935b02c86fab196c to your computer and use it in GitHub Desktop.
Patch nginx ingressclass to make it default
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# kubectl patch ingressclasses.networking.k8s.io nginx --patch-file patch-ingressclass.yml | |
metadata: | |
annotations: | |
ingressclass.kubernetes.io/is-default-class: "true" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment