-
Notifications
You must be signed in to change notification settings - Fork 8
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 managing domain on kubernetes #3149
Comments
Issue updateWork doneChanges
Screenshots/VideoScreencast.from.08-18-2024.03.10.58.PM.webm |
After some investgation we found that our K3S image binds on IPv4 and won't work on IPv6 e.g. Mycelium or Planetary networks, we need to search if there a way to bind on both IPs v4 or v6 without break the current behavior |
Due to threefoldtech/tf-images#291 we have 2 options now
|
During the implementation, we discovered and agreed on:
We'll go with the first option
|
During the implementation i faced this bug #3321 |
@ehab-hassan , please give it a look |
@A-Harby , Please see the above comment
|
use this for Workers and Globe for domain also, we had a tooltip here to be cleared to the user |
@ehab-hassan
IMO. setting it as the settings icon and only changing the |
@A-Harby |
Verified, Devnet 4829e02. Icons of manage worker was changed. And a new column was added to identify which master or worker the domain is attached to. And the domains are working correctly on master and workers (for wireguard and IPv4 only). New test case: TC2815 - Add domain to a Kubernetes master and worker |
@A-Harby |
Verified Devnet, ebe226c. The loading attachment bug was solved, and the name now appears on TLs on or off. And also, the domain is working. Updated the test case with ingress steps: TC2815 - Add domain to a Kubernetes master and worker |
Which package/s are you suggesting this feature for?
Dashboard
Is your feature request related to a problem? Please describe
The user might have some solutions on the cluster that require an ingress with a domain.
Describe the solution you'd like
It would be good if he could create domains pointing to the cluster's master.
The text was updated successfully, but these errors were encountered: