cluster-api-provider-ibmcloud icon indicating copy to clipboard operation
cluster-api-provider-ibmcloud copied to clipboard

Add way to specify only bootstrap VM should be added to listener pool

Open hamzy opened this issue 1 year ago • 4 comments

/kind feature /area provider/ibmcloud

Describe the solution you'd like [A clear and concise description of what you want to happen.] If we say that there should be a listener pool for port 22 , then every VM gets added to the pool In order to debug OpenShift cluster deployments, we need access to the bootstrap VM in order to get log files, etc. Because every VM is added to the pool, we cannot directly ssh into the bootstrap VM.

Anything else you would like to add: [Miscellaneous information that will assist in solving the issue.]

hamzy avatar Mar 23 '24 14:03 hamzy

With current design we create loadbalancer and listener of loadbalancer per cluster and every machine of cluster will be attached to it. May be for now you may need to attach all the vms to listener. We will come up with plan to support attach specific machine to specific listeners as an enhancement in later phases.

Karthik-K-N avatar Mar 26 '24 09:03 Karthik-K-N

The Kubernetes project currently lacks enough contributors to adequately respond to all issues.

This bot triages un-triaged issues according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue as fresh with /remove-lifecycle stale
  • Close this issue with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

k8s-triage-robot avatar Jun 27 '24 00:06 k8s-triage-robot

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues.

This bot triages un-triaged issues according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue as fresh with /remove-lifecycle rotten
  • Close this issue with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle rotten

k8s-triage-robot avatar Jul 27 '24 00:07 k8s-triage-robot

/remove-lifecycle rotten

mkumatag avatar Aug 06 '24 05:08 mkumatag