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
{{ message }}
This repository has been archived by the owner on Dec 23, 2020. It is now read-only.
The proxy configuration added to the CR didn't seem to make it to the running pods. deleting pods caused a new pod that still didn't have the configuration.
Configuring the proxy in the UI at /pluginManager/advanced allowed it to work. It was empty even after env vars were set. No auth was in play in this context. I initially corrected the CR after creation. I also created a new CR with the value set as intended to rule out the operator not reconciling it. This is as far as I went.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Expected Behavior
Following the docs should have let me connect to update through a proxy. I used
with proxyhostname actually replaced.
Actual Behavior
The proxy configuration added to the CR didn't seem to make it to the running pods. deleting pods caused a new pod that still didn't have the configuration.
Steps to Reproduce the Problem
Additional Info
Kubernetes version:
Output of
kubectl version
:Configuring the proxy in the UI at
/pluginManager/advanced
allowed it to work. It was empty even after env vars were set. No auth was in play in this context. I initially corrected the CR after creation. I also created a new CR with the value set as intended to rule out the operator not reconciling it. This is as far as I went.The text was updated successfully, but these errors were encountered: