-
Notifications
You must be signed in to change notification settings - Fork 12
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
Failed to apply deployment #53
Comments
Seems like |
This failes at this setp actually: https://github.com/selkies-project/selkies/blob/8fa16a1eb02562f8bf16adc847f122bd68d88726/setup/manifests/deploy.sh#L69 We need to update |
Well, the repo referenced above has been archived, so we should migrate this project to use Istio's new repo. |
We should also update CNRM version, since they are using the deprecated API as well: https://github.com/selkies-project/selkies/blob/385aa326b7ac9bd8866378cf399194db225d39d2/images/installer/Dockerfile#L26 |
There's another API that needs to be migrated: admissionregistration.k8s.io/v1beta1. It appears that Kubernetes 1.22 breaks a lot of things in this repo, we should update it so that fresh installs still work. |
I think the solution to this issue is to migrate this project to use https://github.com/istio/istio/tree/master/operator newer repo instead of the archived one. |
After #64 I ran But it encountered another error:
|
Two notable things pop in here:
This might relate to kustomization.yaml, so maybe increasing the version to And:
I guess this means the previous step failed: |
Brand new GCP project, after I run:
I get the following error:
I think the error is at https://github.com/selkies-project/selkies/blob/master/setup/manifests/deploy.sh:
But I'm no expert. Will continue debugging this.
The text was updated successfully, but these errors were encountered: