-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crossplane 1.15 trying to use Management Policies #136
Comments
Use the upstream feature flag to enable the Beta Management Policy support. fixes: crossplane-contrib#136
Use the upstream feature flag to enable the Beta Management Policy support. fixes: crossplane-contrib#136
Use the upstream feature flag to enable the Beta Management Policy support. fixes: crossplane-contrib#136
Use the upstream feature flag to enable the Beta Management Policy support. fixes: crossplane-contrib#136 Signed-off-by: Jon Whitcraft <jwhitcraft@mac.com>
Alpha features need to be enabled by running the provider with |
Ok i found out how to do with the # The secret used here was created on the cli, the token is stored in LastPass
apiVersion: pkg.crossplane.io/v1beta1
kind: DeploymentRuntimeConfig
metadata:
name: gitlab-runtime
spec:
deploymentTemplate:
spec:
selector:
matchLabels:
pkg.crossplane.io/provider: provider-gitlab
template:
spec:
containers:
- name: package-runtime
args:
- --enable-management-policies |
Closing this, since the issue seems to be solved. |
What happened?
I'm trying to import a gitlab group so it can be utilized by references
But it get this status:
I believe that is caused by the Gitlab still using the
EnableAlphaManagementPolicies
instead of theEnableBetaManagementPolicies
now that it's gone into Beta.How can we reproduce it?
Try and import an existing group with the Observe managementPolicy set.
What environment did it happen in?
Crossplane version: 1.15.2
Crossplane Provider GitLab version: 0.6.1
$ kubectl version
Client Version: v1.30.0
Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3
Server Version: v1.29.3-eks-adc7111
The text was updated successfully, but these errors were encountered: