GoogleCloudPlatform / kubeflow-distribution

Blueprints for Deploying Kubeflow on Google Cloud Platform and Anthos
Apache License 2.0
80 stars 63 forks source link

kustomize generates file with creationTimestamp line #440

Closed Linchin closed 1 year ago

Linchin commented 1 year ago

Similar to https://github.com/GoogleCloudPlatform/kubeflow-distribution/issues/431

Now Kustomize adds this line when auto generating the kustomization files:

creationTimestamp: null

And it is not recognized by kubectl. Since this issue emerged recently, it's likely caused by newer versions of kustomization using newer controller-gen.

Reference: https://github.com/kubernetes-sigs/kustomize/issues/5031