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

feat(platform): support set ssh jump server in cls #2001

Merged
merged 1 commit into from
Jun 27, 2022

Conversation

leoryu
Copy link
Contributor

@leoryu leoryu commented Jun 27, 2022

What type of PR is this?

Uncomment only one /kind <> line, hit enter to put that in a new line, and remove leading whitespace from that line:

/kind api-change
/kind bug
/kind cleanup
/kind deprecation
/kind design
/kind documentation
/kind failing-test
/kind feature
/kind flake

What this PR does / why we need it:

Which issue(s) this PR fixes:

Fixes #2000

Special notes for your reviewer:

Does this PR introduce a user-facing change?:


Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.:


@leoryu leoryu requested a review from choujimmy as a code owner June 27, 2022 01:18
@leoryu leoryu force-pushed the feat/support_ssh_proxy branch from ca85176 to 548fcee Compare June 27, 2022 01:22
@leoryu leoryu force-pushed the feat/support_ssh_proxy branch from 548fcee to f61ef89 Compare June 27, 2022 02:52
@leoryu leoryu merged commit 7a6737b into tkestack:master Jun 27, 2022
@leoryu leoryu deleted the feat/support_ssh_proxy branch June 27, 2022 02:59
return wait.PollImmediate(5*time.Second, 5*time.Minute, func() (bool, error) {
clientset, err := c.ClientsetForBootstrap()
cmd := "kubectl get node"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

kubectl cluster-info

GaoXiaodong pushed a commit to GaoXiaodong/tke that referenced this pull request Sep 14, 2022
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.

support set ssh jump server proxy in cluster
1 participant