diff --git a/docs/api/workflows/projects.md b/docs/api/workflows/projects.md index 549ceff5423..ea4b6fe66f3 100644 --- a/docs/api/workflows/projects.md +++ b/docs/api/workflows/projects.md @@ -29,6 +29,26 @@ Use `metadata.generateName` to ensure a unique project ID, but note that `kubect Set `metadata.namespace` and `spec.clusterName` to the ID for the cluster the project belongs to. +If you create a project through a cluster member account, you must include the annotation, `field.cattle.io/creatorId`, and set it to the cluster member account's user ID. + +```bash +kubectl create -f - <