Open
Description
The nmstate resource here
Has the following issues:
- It uses v1beta1 API which has been deprecated for v1. Observered warning when install to OCP 4.14.
- The spec has a node selector defined, but I'm not sure why. An empty dict should also work.
$ kustomize build 'https://github.com/redhat-cop/gitops-catalog/nmstate/aggregate/overlays/default?ref=main' | kfilt -k nmstate
---
apiVersion: nmstate.io/v1beta1
kind: NMState
metadata:
annotations:
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
name: nmstate
spec:
nodeSelector:
beta.kubernetes.io/arch: amd64
Metadata
Assignees
Labels
No labels
Activity