Skip to content
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

Project doesn't work with recent AKS versions #47

Open
aelmanaa opened this issue Aug 11, 2020 · 2 comments
Open

Project doesn't work with recent AKS versions #47

aelmanaa opened this issue Aug 11, 2020 · 2 comments

Comments

@aelmanaa
Copy link

Hello,

is this project adapted to kubernetes 1.17 onwards?
First of all, I had to correct webhook-app.yaml in helm chart to replace "apps/v1beta" by "apps/v1" .

Then after installation, I'm noticing that the mutator logs errors:

[2020-08-11T08:55:24.123] [INFO] default - attempting to get owner info
[2020-08-11T08:55:24.123] [INFO] default - calling API with namespace default and replicaset angularnodejs-webapp-7674cb45b5
[2020-08-11T08:55:24.129] [INFO] default - failed to get extra data error {"response":{"statusCode":404,"body":{"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"the server could not find the requested resource","reason":"NotFound","details":{},"code":404},"headers":{"audit-id":"918f3589-4849-486f-9316-1f49a89d346f","cache-control":"no-cache, private","content-type":"application/json","date":"Tue, 11 Aug 2020 08:55:24 GMT","content-length":"174","connection":"close"},"request":{"uri":{"protocol":"https:","slashes":true,"auth":null,"host":"10.231.1.1:443","port":"443","hostname":"10.231.1.1","hash":null,"search":null,"query":null,"pathname":"/apis/apps/v1beta2/namespaces/default/replicasets/angularnodejs-webapp-7674cb45b5","path":"/apis/apps/v1beta2/namespaces/default/replicasets/angularnodejs-webapp-7674cb45b5","href":"https://10.231.1.1:443/apis/apps/v1beta2/namespaces/default/replicasets/angularnodejs-webapp-7674cb45b5"}

the api version for replicaset should be "apps/v1" instead of "aps/v1beta2"

what is the status of this project? is it actively maintained? any roadmap to make it GA?

thanks

@gearama
Copy link
Member

gearama commented Aug 12, 2020

Thank you filing the issue ,
We are working towards GA.
The issue will be fixed in the next upcoming version

@jvargh
Copy link

jvargh commented Aug 21, 2022

any updates on support for 1.21+ as init.sh runs fails at usage of v1beta1
@gearama

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants