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 Kubernetes 1.23 #887

Merged
merged 1 commit into from Dec 15, 2021
Merged

Conversation

chaunceyjiang
Copy link
Contributor

fix #864

@ks-ci-bot ks-ci-bot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Dec 15, 2021
@chaunceyjiang
Copy link
Contributor Author

 # kubectl version    
Client Version: version.Info{Major:"1", Minor:"23", GitVersion:"v1.23.0", GitCommit:"ab69524f795c42094a6630298ff53f3c3ebab7f4", GitTreeState:"clean", BuildDate:"2021-12-07T18:16:20Z", GoVersion:"go1.17.3", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"23", GitVersion:"v1.23.0", GitCommit:"ab69524f795c42094a6630298ff53f3c3ebab7f4", GitTreeState:"clean", BuildDate:"2021-12-07T18:09:57Z", GoVersion:"go1.17.3", Compiler:"gc", Platform:"linux/amd64"}
# kubectl get pods -A                                    
NAMESPACE     NAME                                       READY   STATUS    RESTARTS   AGE
default       nginx-deployment2-9456bbbf9-7hstt          1/1     Running   0          31s
kube-system   calico-kube-controllers-64d69886fd-8qp8g   1/1     Running   0          2m33s
kube-system   calico-node-frb6r                          1/1     Running   0          2m34s
kube-system   coredns-7c94484977-6j46h                   1/1     Running   0          2m33s
kube-system   coredns-7c94484977-kg66n                   1/1     Running   0          2m33s
kube-system   kube-apiserver-chauncey                    1/1     Running   2          2m48s
kube-system   kube-controller-manager-chauncey           1/1     Running   2          2m48s
kube-system   kube-proxy-ftxs2                           1/1     Running   0          2m34s
kube-system   kube-scheduler-chauncey                    1/1     Running   7          2m47s
kube-system   nodelocaldns-lfvkg                         1/1     Running   0          2m34s

@pixiake
Copy link
Collaborator

pixiake commented Dec 15, 2021

Thanks very much for this contribution.

@pixiake
Copy link
Collaborator

pixiake commented Dec 15, 2021

/lgtm
/approve

@ks-ci-bot ks-ci-bot added the lgtm Indicates that a PR is ready to be merged. label Dec 15, 2021
@ks-ci-bot
Copy link
Collaborator

LGTM label has been added.

Git tree hash: a230b115536de98bee8a01e0ab8edf244f758b7c

@ks-ci-bot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: chaunceyjiang, pixiake

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ks-ci-bot ks-ci-bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Dec 15, 2021
@ks-ci-bot ks-ci-bot merged commit c5828b1 into kubesphere:master Dec 15, 2021
@pixiake
Copy link
Collaborator

pixiake commented Dec 15, 2021

@chaunceyjiang
The version information of also needs to be added to this file.
https://github.com/kubesphere/kubekey/blob/master/pkg/version/kubernetes/version_enum.go

I think you can modify the documents at the same time and submit a new pr. Thanks !

@chaunceyjiang
Copy link
Contributor Author

@chaunceyjiang The version information of also needs to be added to this file. https://github.com/kubesphere/kubekey/blob/master/pkg/version/kubernetes/version_enum.go

I think you can modify the documents at the same time and submit a new pr. Thanks !

ok

@24sama
Copy link
Collaborator

24sama commented Dec 15, 2021

/cherrypick release-2.0

@ks-ci-bot
Copy link
Collaborator

@24sama: new pull request created: #891

In response to this:

/cherrypick release-2.0

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support Kubernetes 1.23
4 participants