mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-22 01:17:16 +00:00
34 lines
968 B
YAML
34 lines
968 B
YAML
apiVersion: nmstate.io/v1
|
|
kind: NodeNetworkConfigurationPolicy
|
|
metadata:
|
|
name: test-node-network-configuration-policy
|
|
spec:
|
|
nodeSelector:
|
|
kubernetes.io/hostname: node1
|
|
desiredState:
|
|
interfaces:
|
|
- name: eth1
|
|
type: ethernet
|
|
state: up
|
|
status:
|
|
conditions:
|
|
- lastHeartbeatTime: '2026-02-18T14:16:33Z'
|
|
lastTransitionTime: '2026-02-18T14:16:33Z'
|
|
reason: NoMatchingNode
|
|
status: 'False'
|
|
type: Available
|
|
- lastHeartbeatTime: '2026-02-18T14:16:33Z'
|
|
lastTransitionTime: '2026-02-18T14:16:33Z'
|
|
reason: NoMatchingNode
|
|
status: 'False'
|
|
type: Degraded
|
|
- lastHeartbeatTime: '2026-02-18T14:16:33Z'
|
|
lastTransitionTime: '2026-02-18T14:16:33Z'
|
|
reason: NoMatchingNode
|
|
status: 'False'
|
|
type: Progressing
|
|
- lastHeartbeatTime: '2026-02-18T14:16:33Z'
|
|
lastTransitionTime: '2026-02-18T14:16:33Z'
|
|
reason: NoMatchingNode
|
|
status: 'True'
|
|
type: Ignored
|