-
Notifications
You must be signed in to change notification settings - Fork 885
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
Unable to create Resourcebindings after creating Propagationpolicies #5486
Comments
When I remove the If this is the correct action, then is it necessary to check if the charts still contain this faulty (possibly deprecated?) webhook item? The installation command as follows: karmadactl init --crds='https://github.com/karmada-io/karmada/releases/download/v1.9.0/crds.tar.gz' \
--karmada-aggregated-apiserver-image='docker.io/karmada/karmada-aggregated-apiserver:v1.9.0' \
--karmada-controller-manager-image='docker.io/karmada/karmada-controller-manager:v1.9.0' \
--karmada-scheduler-image='docker.io/karmada/karmada-scheduler:v1.9.0' \
--karmada-webhook-image='docker.io/karmada/karmada-webhook:v1.9.0' |
Hi @zhzhuang-zju, would you like to take a look? |
I found the webhook item So it could be that |
/assign |
It is possible. You can check whether the version of karmadactl is correct. |
karmadactl version @tpiperatgod The mutating-config used by karmada/pkg/karmadactl/cmdinit/karmada/webhook_configuration.go Lines 33 to 52 in 32c2ef7
|
Installation by |
my karmadactl version is v1.10.4 |
So the expected behaviour is to select the karmadactl with the version according to the server that needs to be installed? Or is it possible to use karmadactl to support the installation of any version of the server? |
In the long run, it would be best for karmadactl to support installations of Karmada instances of any version or at least a certain range of versions. Do you have any suggestions for this? |
I agree with this approach. If you need any help, feel free to reach out to me. |
Please provide an in-depth description of the question you have:
When I create the deployment or any resource and then create the corresponding pp, the rb is not created, resulting in the resource not being propagated to the member clusters.
You can use this example for testing: https://karmada.io/zh/docs/next/get-started/nginx-example/
logs:
What do you think about this question?:
Environment:
The text was updated successfully, but these errors were encountered: