Skip to content

Commit 345e154

Browse files
Merge pull request #77272 from kquinn1204/TELCODOCS-1852-updates
TELCODOCS-1852-updates extra field in installConfigOverrides
2 parents 9d33817 + 00ab168 commit 345e154

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/ztp-configuring-disk-partitioning.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ $ oc get bmh -n my-sno-ns my-sno -ojson | jq '.metadata.annotations["bmac.agent-
144144
145145
.. Enter into a debug session on the {sno} node by running the following command. This step instantiates a debug pod called `<node_name>-debug`:
146146
+
147-
--
148147
[source,terminal]
149148
----
150149
$ oc debug node/my-sno-node
@@ -200,5 +199,4 @@ tmpfs 126G 4.0K 126G 1% /tmp
200199
/dev/sda5 203G 119G 85G 59% /var/lib/containers
201200
/dev/sda3 350M 110M 218M 34% /boot
202201
tmpfs 26G 0 26G 0% /run/user/1000
203-
----
204-
--
202+
----

snippets/ztp_example-sno.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,15 @@ spec:
2222
# Notes:
2323
# - OperatorLifecycleManager is needed for 4.15 and later
2424
# - NodeTuning is needed for 4.13 and later, not for 4.12 and earlier
25+
# - Ingress is needed for 4.16 and later
2526
installConfigOverrides: |
2627
{
2728
"capabilities": {
2829
"baselineCapabilitySet": "None",
2930
"additionalEnabledCapabilities": [
3031
"NodeTuning",
3132
"OperatorLifecycleManager"
33+
"Ingress"
3234
]
3335
}
3436
}

0 commit comments

Comments
 (0)