-
Notifications
You must be signed in to change notification settings - Fork 244
Open
Labels
lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.
Description
Hello
in this line
| $ kubectl annotate agentclusterinstalls.extensions.hive.openshift.io test-cluster -n mynamespace agent-install.openshift.io/install-config-overrides="{\"networking\":{\"networkType\": \"OVNKubernetes\"},\"fips\":true}" |
It says to annotation the agentclusterInstall ;
Maybe a good idea is to patch the object?
apiVersion: extensions.hive.openshift.io/v1beta1
kind: AgentClusterInstall
metadata:
annotations:
agent-install.openshift.io/install-config-overrides: |
{"networking":{"networkType":"OVNKubernetes"},
"fips": true, -------------------------------------------------------------------------------------------------> this is what to be added
"capabilities": {
"baselineCapabilitySet": "None",
"additionalEnabledCapabilities": [
"Console",
"ImageRegistry",
"MachineAPI",
"NodeTuning",
"Storage",
"baremetal",
"marketplace"
]
}
}
argocd.argoproj.io/sync-wave: "1"
Metadata
Metadata
Assignees
Labels
lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.