diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 03312643a9..ea3e7f47ad 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -68,7 +68,7 @@ Note, that for the example job below, the PyTorchJob uses the `kubeflow` namespa From here we can apply the manifests to the cluster. ```sh -kubectl apply -k "github.com/kubeflow/training-operator/manifests/overlays/standalone" +kubectl apply --server-side -k "github.com/kubeflow/training-operator/manifests/overlays/standalone" ``` Then we can patch it with the latest operator image.