-
Bug
-
Resolution: Done
-
Minor
-
4.13, 4.12, 4.11, 4.14, 4.15, 4.16
-
Quality / Stability / Reliability
-
False
-
-
2
-
None
-
No
-
2024-03-04: Created PR and sent for review
-
None
-
None
-
None
-
T&PS 2024 #3
-
1
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Description of problem:
I tried this procedure "Creating a Whereabouts reconciler daemon" (https://docs.openshift.com/container-platform/4.14/networking/multiple_networks/configuring-additional-network.html#nw-multus-creating-whereabouts-reconciler-daemon-set_configuring-additional-network) and the file it returns does not have additionalNetworks parameter it mentions.
$ set oc edit network.operator.openshift.io cluster
# Please edit the object below. Lines beginning with a '#' will be ignored,
# and an empty file will abort the edit. If an error occurs while saving this file will be
# reopened with the relevant failures.
#
apiVersion: operator.openshift.io/v1
kind: Network
metadata:
creationTimestamp: "2024-02-02T15:18:34Z"
generation: 86
name: cluster
resourceVersion: "27115"
uid: 489d488b-0f64-47b8-881f-cad4123b943f
spec:
clusterNetwork:
- cidr: 10.128.0.0/14
hostPrefix: 23
defaultNetwork:
ovnKubernetesConfig:
egressIPConfig: {}
gatewayConfig:
ipv4: {}
ipv6: {}
routingViaHost: false
genevePort: 6081
ipsecConfig:
mode: Disabled
mtu: 8901
policyAuditConfig:
destination: "null"
maxFileSize: 50
maxLogFiles: 5
rateLimit: 20
syslogFacility: local0
type: OVNKubernetes
deployKubeProxy: false
disableMultiNetwork: false
disableNetworkDiagnostics: false
logLevel: Normal
managementState: Managed
observedConfig: null
operatorLogLevel: Normal
serviceNetwork:
- 172.30.0.0/16
unsupportedConfigOverrides: null
useMultiNetworkPolicy: false
status:
conditions:
- lastTransitionTime: "2024-02-02T15:18:34Z"
status: "False"
type: ManagementStateDegraded
- lastTransitionTime: "2024-02-02T15:28:30Z"
status: "False"
type: Degraded
- lastTransitionTime: "2024-02-02T15:18:34Z"
status: "True"
type: Upgradeable
- lastTransitionTime: "2024-02-02T15:29:42Z"
status: "False"
type: Progressing
- lastTransitionTime: "2024-02-02T15:18:49Z"
status: "True"
type: Available
readyReplicas: 0
version: 4.16.0-0.nightly-2024-02-02-002725
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1.
2.
3.
Actual results:
Expected results:
Additional info:
- links to