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

support 1.22 k8s #129

Merged
merged 1 commit into from
Dec 31, 2021
Merged

Conversation

MandssS
Copy link
Contributor

@MandssS MandssS commented Dec 31, 2021

Describe what this PR does / why we need it

support 1.22 kubernetes

Does this pull request fix one issue?

Describe how you did it

Describe how to verify it

Special notes for reviews

@xcaspar xcaspar added this to the v1.5.0 milestone Dec 31, 2021
@xcaspar xcaspar merged commit f6190f0 into chaosblade-io:master Dec 31, 2021
@heqg
Copy link
Contributor

heqg commented Jan 24, 2022

#113

I have met the same problem too。
env:
k8s 1.22
chaos-operator: 1.5.0

[root@node]$ kubectl get po -n chaosblade
No resources found in chaosblade namespace.
[root@node]$
[root@node]$ kubectl get rs -n chaosblade
NAME                             DESIRED   CURRENT   READY   AGE
chaosblade-operator-68d4b8dd84   1         0         0       15s
[root@node]$
[root@node]$
[root@node]$ kubectl get ds -n chaosblade
NAME              DESIRED   CURRENT   READY   UP-TO-DATE   AVAILABLE   NODE SELECTOR   AGE
chaosblade-tool   0         0         0       0            0           <none>          20s
[root@node]$
[root@node]$
[root@node]$ kubectl get svc -n chaosblade
NAME                        TYPE        CLUSTER-IP      EXTERNAL-IP   PORT(S)   AGE
chaosblade-webhook-server   ClusterIP   123.123.94.81   <none>        443/TCP   29s
[root@node]$
[root@node]$ kubectl get endpoints -n chaosblade
NAME                        ENDPOINTS   AGE
chaosblade-webhook-server   <none>      35s

[root@node:]$ kubectl describe rs chaosblade-operator-68d4b8dd84 -n chaosblade
the error info as below:
Warning FailedCreate 94s (x17 over 7m2s) replicaset-controller Error creating: Internal error occurred: failed calling webhook "chaosblade-operator.chaosblade.svc": failed to call webhook: Post "https://chaosblade-webhook-server.chaosblade.svc:443/mutating-pods?timeout=10s": no endpoints available for service "chaosblade-webhook-server"

now,Is there any solution at present? thks
@MandssS

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

Successfully merging this pull request may close these issues.

3 participants