Skip to content
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

crd: Expose agent{Https,No}Proxy #355

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions config/samples/ccruntime/default/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,15 @@ patches:
# the case, please, set this variable to `true`
- name: "INSTALL_OFFICIAL_CONTAINERD"
value: "false"
# If set, the Kata Containers agent https_proxy will be set to the
# specified value allowing then the pod sandbox to correctly pull
# images in such environment.
# - name: "AGENT_HTTPS_PROXY"
# value: "https://proxy.example.com:3129"
# If set, the Kata Containers agent no_proxy will be set to the
# specified value allowing then the pod sandbox to correctly pull
# images in such environment.
# - name: "AGENT_NO_PROXY"
# value: "*.test.example.com,.example.org,127.0.0.0/8"
target:
kind: CcRuntime
Loading