-
Notifications
You must be signed in to change notification settings - Fork 2
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
Ingress Section #43
Comments
Hello @kferrone , I have just started with kubernetes and also with fabric8io. If you have any ideas or information about a possible API call - please give me hint PS: I am working on other eclipse plugins at the moment so it will take some time. |
I will see what I can do with some contributions. I actually use a few of your other plugins, very nice. My vision of this plugin is to have all the same info as the Kubernetes Dashboard at least. |
- inside EKube preferences users have now option "enable experimental featuers". When enabled ingress controller should appear now - with ability to doublellick and show yaml etc.
Just released Version 0.8.0 on eclipse marketplace. You can enable here the experimental features (see last checkbox at preferences page:) When enabled, a connection will try to add a ingress list. There should be a status available (currently no refresh action) + yaml per doubleclick should work. @kferrone: I have currently no possiblity to check if ingress works. maybe you can check the feature (and maybe make some additions?) See my last commit a0028b4 for the experimental feature approach. |
Hmm. Thanx. Using the "toString() " for details is... a little bit odd at the moment. |
Hmm.. I will try to create a raspberry pi4 kubernetes playground for myself, to have an accessible cluster for tests etc. The k8s cluster I have access at the moment has only restricted resources and I have not full access - so not easy to check. |
You could try Docker Desktop for Mac or Windows, this has a one click k8s in the settings section. Other options are kind and minikube which make it really easy to setup desktop dev environments. |
K3s is very nice. Easy to install - see https://rancher.com/docs/k3s/latest/en/ |
No Ingress section yet? Is this still to come?
The text was updated successfully, but these errors were encountered: