Ted Teng

Results 75 comments of Ted Teng

correct me if I in the wrong approach. as far as I can think now, the existing MCM manages to create/remove lifecycle for all bastion resources, VM, security group for...

> @tedteng before you start with the implementation, can you please share an example of such a `bastion-machine` CR? > And also share an example of the `MachineDeployment` CR that...

Hi all I will keep an existing `gardenctl ssh` solution first as an alternative. then planning to add a new solution to use a `pod` as a bastion instance. main...

Hi @petersutter , My bad expression. I don't want to get rid of accessing the node via ssh either. I think the current solution is purer and a sample way...

Hi as latest PR:https://github.com/gardener/gardenctl/pull/195 Let me know any concerns I am using Pod as jump box instead of CRD. I can assume the limitation for Pod as jump box so...

> What is the difference compared with `gardenctl shell` which is also using pod to get access to the node? didn't realize `gardenctl shell` already provides the same solution. I...

sorry is this requirement still available?

/epic Please do not close this ticket which as epic ticket tracking all the sub-tasks.

when I debug github actioin for gcp ssh found in `operate.go` there are a lot of ` os.Exit(2) ` without any information return. It may a chance to improve it...