Skip to content

Commit

Permalink
Merge pull request #1558 from openshift-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…1554-to-release-4.4

Bug 1812211: [release-4.4] manifests/controllerconfig: make infra nullable
  • Loading branch information
openshift-merge-robot committed Mar 13, 2020
2 parents 53d03e7 + da48c66 commit b78542a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions manifests/controllerconfig.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@ spec:
as a static pod to serve those hostnames to the nodes
in the cluster.
type: string
nullable: true
kubeAPIServerServingCAData:
description: kubeAPIServerServingCAData managed Kubelet to API Server
Cert... Rotated automatically
Expand Down
1 change: 1 addition & 0 deletions pkg/apis/machineconfiguration.openshift.io/v1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ type ControllerConfigSpec struct {

// infra holds the infrastructure details
// TODO this makes platform redundant as everything is contained inside Infra.Status
// +nullable
Infra *configv1.Infrastructure `json:"infra"`

// kubeletIPv6 is true to force a single-stack IPv6 kubelet config
Expand Down
1 change: 1 addition & 0 deletions pkg/operator/assets/bindata.go
Original file line number Diff line number Diff line change
Expand Up @@ -981,6 +981,7 @@ spec:
as a static pod to serve those hostnames to the nodes
in the cluster.
type: string
nullable: true
kubeAPIServerServingCAData:
description: kubeAPIServerServingCAData managed Kubelet to API Server
Cert... Rotated automatically
Expand Down

0 comments on commit b78542a

Please sign in to comment.