|
|
|
|
|
by pascalgn
2730 days ago
|
|
Nice service! +1 >Error from server (Forbidden): configmaps is forbidden: User "system:serviceaccount:pascalgn:pascalgn-user" cannot list resource "configmaps" in API group "" in the namespace "pascalgn" Is that intended? Because I can get secrets, but not configmaps Also, currently (?) there is no way to create services, so for now we can create Pods, but they cannot serve any data (or I did something wrong) |
|
As for services, that gets tricky due to our shared cluster design, and for now services can only be created thru the interface. Were working on tools that show users what their service yaml ought to be, but we're mostly focusing on demoing and educating users about the Deployment object. Via the interface you can expose an HTTP service (and we'll handle HTTPS termination), and TCP <-> internet is coming soon!
Thanks for giving it a test run!!