You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I'm trying to create a k3d cluster via API of autok3s in a CI stage. Then deploy my application into that cluster. But I cannot get the port which exposed by k3d dynamically.
Describe the solution you'd like
Return the exposed port via the following API:
/v1/clusters/k3d-name?link=nodes
Describe alternatives you've considered
None.
Additional context
In case of anyone want to reproduce it easily. Please see the following YAML file. And you can get atest from [here](run -p bin/test.yaml).
Is your feature request related to a problem? Please describe.
I'm trying to create a k3d cluster via API of autok3s in a CI stage. Then deploy my application into that cluster. But I cannot get the port which exposed by k3d dynamically.
Describe the solution you'd like
Return the exposed port via the following API:
/v1/clusters/k3d-name?link=nodes
Describe alternatives you've considered
None.
Additional context
In case of anyone want to reproduce it easily. Please see the following YAML file. And you can get
atest
from [here](run -p bin/test.yaml).atest run -p bin/test.yaml
The text was updated successfully, but these errors were encountered: