mirror of
https://github.com/rancher/k3k.git
synced 2026-08-18 11:56:22 +00:00
fix-howto usage of serverEnvs and agentEnvs (#385)
This commit is contained in:
@@ -265,9 +265,11 @@ metadata:
|
||||
name: k3kcluster-http-proxy
|
||||
spec:
|
||||
serverEnvs:
|
||||
HTTP_PROXY: http://abc.xyz
|
||||
- name: HTTP_PROXY
|
||||
value: "http://abc.xyz"
|
||||
agentEnvs:
|
||||
HTTP_PROXY: http://abc.xyz
|
||||
- name: HTTP_PROXY
|
||||
value: "http://abc.xyz"
|
||||
```
|
||||
|
||||
This configures an HTTP proxy for both servers and agents in the virtual cluster.
|
||||
|
||||
Reference in New Issue
Block a user