Skip to content

annotatation for fips / patch #7437

@lazharh

Description

@lazharh

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

No one assigned

    Labels

    lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions