Skip to content

Commit

Permalink
ccruntime: Add a basic example of proxy setup
Browse files Browse the repository at this point in the history
Let's just add a basic example of what the admin can set as environment
variables in order to deal with proxy shenanigans, in case they're
unluck enough to have to deal with it. :-)

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
  • Loading branch information
fidencio committed Aug 4, 2024
1 parent 019b640 commit e3bdedc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions config/samples/ccruntime/default/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,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

0 comments on commit e3bdedc

Please sign in to comment.