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
I really really want Kubero to work for me, but I don't run it on your standard config that uses NginX. I'm ok that I have to tinker to get it to work, but when I edit the Kubero Operator like your docs, it doesn't adjust the ingress like I think it should.
Here's my scenario:
K3S on a VPC (simple install, gives me Traefik as my ingress and LB)
Install Kubero w/o ingress or cert-manager (since your default config sets the ingressClassName to Nginx (and I don't know why)?)
Install cert-manager by hand (since the operator one you reference is out of date
Configure clusterissuer and verify it's working
After all this, I edit the kubero operator yaml like you mention in the docs kubectl edit kuberoes kubero -n kubero, modify the ingress properties and ... NOTHING?
shouldn't modifying the operator values make the operator do something? OR is the operator just for spinning up new apps and once it's deployed the ingress, it's done with that part?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I really really want Kubero to work for me, but I don't run it on your standard config that uses NginX. I'm ok that I have to tinker to get it to work, but when I edit the Kubero Operator like your docs, it doesn't adjust the ingress like I think it should.
Here's my scenario:
After all this, I edit the kubero operator yaml like you mention in the docs
kubectl edit kuberoes kubero -n kubero
, modify the ingress properties and ... NOTHING?shouldn't modifying the operator values make the operator do something? OR is the operator just for spinning up new apps and once it's deployed the ingress, it's done with that part?
Any help is appreciated
Beta Was this translation helpful? Give feedback.
All reactions