pipelines icon indicating copy to clipboard operation
pipelines copied to clipboard

[backend] Warning during kubeflow pipelines installation about deprecated `commonLabels`

Open etheleon opened this issue 5 months ago • 6 comments

Environment

  • How did you deploy Kubeflow Pipelines (KFP)? I deployed KFP on my standalone workstation running Ubuntu 24.04 LTS

  • KFP version: 2.3.0

Steps to reproduce

Followed instructions from https://www.kubeflow.org/docs/components/pipelines/operator-guides/installation/

export PIPELINE_VERSION=2.3.0
kubectl apply -k "github.com/kubeflow/pipelines/manifests/kustomize/cluster-scoped-resources?ref=$PIPELINE_VERSION"
kubectl wait --for condition=established --timeout=60s crd/applications.app.k8s.io
kubectl apply -k "github.com/kubeflow/pipelines/manifests/kustomize/env/dev?ref=$PIPELINE_VERSION"

When applying the last command i got a couple of commonLabels is deprecated warning.

kubectl apply -k "github.com/kubeflow/pipelines/manifests/kustomize/env/dev?ref=$PIPELINE_VERSION"

# Warning: 'commonLabels' is deprecated. Please use 'labels' instead. Run 'kustomize edit fix' to update your Kustomization automatically.
# Warning: 'vars' is deprecated. Please use 'replacements' instead. [EXPERIMENTAL] Run 'kustomize edit fix' to update your Kustomization automatically.
# Warning: 'commonLabels' is deprecated. Please use 'labels' instead. Run 'kustomize edit fix' to update your Kustomization automatically.
# Warning: 'commonLabels' is deprecated. Please use 'labels' instead. Run 'kustomize edit fix' to update your Kustomization automatically.

I would love to work on this could anyone guide me?

Impacted by this bug? Give it a 👍.

etheleon avatar Oct 06 '24 04:10 etheleon