GoogleCloudPlatform / gke-autoneg-controller

This GKE controller provides simple custom integration between GKE and GCLB.
Apache License 2.0
161 stars 51 forks source link

Fix deployment nodeSelector value type error #101

Closed cristian-radu closed 1 year ago

cristian-radu commented 1 year ago

I tried to deploy the controller from the yaml file provided and got the following error:

Error from server (BadRequest): error when creating "autoneg.yaml": Deployment in version "v1" cannot be handled as a Deployment: json: cannot unmarshal bool into Go struct field PodSpec.spec.template.spec.nodeSelector of type string
google-cla[bot] commented 1 year ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

cristian-radu commented 1 year ago

Duplicate of https://github.com/GoogleCloudPlatform/gke-autoneg-controller/pull/100