You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I0930 16:20:47.520068 17336 plugins.go:101] No cloud provider specified.
E0930 16:20:47.526582 17336 controllermanager.go:357] Server isn't healthy yet. Waiting a little while
F0930 16:20:47.532135 17336 start_allinone.go:100] Server could not start: invalid CIDR address:
rollback config works, but openshift binary already generates new style config
_output/local/bin/linux/amd64/oc cluster up --use-existing-config --host-config-dir=/var/lib/origin/openshift.local.config/
We may have to update this change by defaulting the new list to the singleton value and then during validation allowing it to continue if they're equal.
Automatic merge from submit-queue (batch tested with PRs 16644, 16649, 16656, 16651, 16663).
Switch from defaulting to converting clusterNetworkCIDR
Fixes break. On disk, deprecated fields override the first value in
the clusterNetworks array if specified. When writing out, the deprecated
fields are set to the first value of the network CIDR.
Fixes#16627
This fixes oc cluster up. @csrwng@JacobTanenbaum
oc cluster up fails due move to array-based clusterNetworkCIDR:
new generated config:
Old config:
error:
rollback config works, but openshift binary already generates new style config
@csrwng @jim-minter
The text was updated successfully, but these errors were encountered: