Skip to content

Commit

Permalink
examples: Regenerate YAMLs
Browse files Browse the repository at this point in the history
Regenerate YAMLs based on the recent changes.

Signed-off-by: Joe Stringer <joe@cilium.io>
  • Loading branch information
joestringer committed Jan 9, 2019
1 parent 75e593f commit 54f6f1e
Show file tree
Hide file tree
Showing 30 changed files with 432 additions and 0 deletions.
15 changes: 15 additions & 0 deletions examples/kubernetes/1.10/cilium-cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,21 @@ data:
ct-global-max-entries-tcp: "524288"
ct-global-max-entries-other: "262144"

# Pre-allocation of map entries allows per-packet latency to be reduced, at
# the expense of up-front memory allocation for the entries in the maps. The
# default below value will minimize memory usage in the default installation;
# users who are sensitive to latency may consider enabling this option.
#
# If this value is modified, then during the next Cilium startup the restore
# of existing endpoints and tracking of ongoing connections may be disrupted.
# This may lead to policy drops or a change in loadbalancing decisions for a
# connection for some time. Endpoints may need to be recreated to restore
# connectivity.
#
# For users upgrading from Cilium 1.3 or earlier, to minimize disruption
# during the upgrade process, set this option to "true".
preallocate-bpf-maps: "false"

# Regular expression matching compatible Istio sidecar istio-proxy
# container image names
sidecar-istio-proxy-image: "cilium/istio_proxy"
Expand Down
15 changes: 15 additions & 0 deletions examples/kubernetes/1.10/cilium-crio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,21 @@ data:
ct-global-max-entries-tcp: "524288"
ct-global-max-entries-other: "262144"

# Pre-allocation of map entries allows per-packet latency to be reduced, at
# the expense of up-front memory allocation for the entries in the maps. The
# default below value will minimize memory usage in the default installation;
# users who are sensitive to latency may consider enabling this option.
#
# If this value is modified, then during the next Cilium startup the restore
# of existing endpoints and tracking of ongoing connections may be disrupted.
# This may lead to policy drops or a change in loadbalancing decisions for a
# connection for some time. Endpoints may need to be recreated to restore
# connectivity.
#
# For users upgrading from Cilium 1.3 or earlier, to minimize disruption
# during the upgrade process, set this option to "true".
preallocate-bpf-maps: "false"

# Regular expression matching compatible Istio sidecar istio-proxy
# container image names
sidecar-istio-proxy-image: "cilium/istio_proxy"
Expand Down
6 changes: 6 additions & 0 deletions examples/kubernetes/1.10/cilium-ds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,12 @@ spec:
key: ct-global-max-entries-other
name: cilium-config
optional: true
- name: CILIUM_PREALLOCATE_BPF_MAPS
valueFrom:
configMapKeyRef:
key: preallocate-bpf-maps
name: cilium-config
optional: true
image: docker.io/cilium/cilium:latest
imagePullPolicy: Always
lifecycle:
Expand Down
15 changes: 15 additions & 0 deletions examples/kubernetes/1.10/cilium-minikube.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,21 @@ data:
ct-global-max-entries-tcp: "524288"
ct-global-max-entries-other: "262144"

# Pre-allocation of map entries allows per-packet latency to be reduced, at
# the expense of up-front memory allocation for the entries in the maps. The
# default below value will minimize memory usage in the default installation;
# users who are sensitive to latency may consider enabling this option.
#
# If this value is modified, then during the next Cilium startup the restore
# of existing endpoints and tracking of ongoing connections may be disrupted.
# This may lead to policy drops or a change in loadbalancing decisions for a
# connection for some time. Endpoints may need to be recreated to restore
# connectivity.
#
# For users upgrading from Cilium 1.3 or earlier, to minimize disruption
# during the upgrade process, set this option to "true".
preallocate-bpf-maps: "false"

# Regular expression matching compatible Istio sidecar istio-proxy
# container image names
sidecar-istio-proxy-image: "cilium/istio_proxy"
Expand Down
21 changes: 21 additions & 0 deletions examples/kubernetes/1.10/cilium.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,21 @@ data:
ct-global-max-entries-tcp: "524288"
ct-global-max-entries-other: "262144"

# Pre-allocation of map entries allows per-packet latency to be reduced, at
# the expense of up-front memory allocation for the entries in the maps. The
# default below value will minimize memory usage in the default installation;
# users who are sensitive to latency may consider enabling this option.
#
# If this value is modified, then during the next Cilium startup the restore
# of existing endpoints and tracking of ongoing connections may be disrupted.
# This may lead to policy drops or a change in loadbalancing decisions for a
# connection for some time. Endpoints may need to be recreated to restore
# connectivity.
#
# For users upgrading from Cilium 1.3 or earlier, to minimize disruption
# during the upgrade process, set this option to "true".
preallocate-bpf-maps: "false"

# Regular expression matching compatible Istio sidecar istio-proxy
# container image names
sidecar-istio-proxy-image: "cilium/istio_proxy"
Expand Down Expand Up @@ -207,6 +222,12 @@ spec:
key: ct-global-max-entries-other
name: cilium-config
optional: true
- name: CILIUM_PREALLOCATE_BPF_MAPS
valueFrom:
configMapKeyRef:
key: preallocate-bpf-maps
name: cilium-config
optional: true
image: docker.io/cilium/cilium:latest
imagePullPolicy: Always
lifecycle:
Expand Down
15 changes: 15 additions & 0 deletions examples/kubernetes/1.11/cilium-cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,21 @@ data:
ct-global-max-entries-tcp: "524288"
ct-global-max-entries-other: "262144"

# Pre-allocation of map entries allows per-packet latency to be reduced, at
# the expense of up-front memory allocation for the entries in the maps. The
# default below value will minimize memory usage in the default installation;
# users who are sensitive to latency may consider enabling this option.
#
# If this value is modified, then during the next Cilium startup the restore
# of existing endpoints and tracking of ongoing connections may be disrupted.
# This may lead to policy drops or a change in loadbalancing decisions for a
# connection for some time. Endpoints may need to be recreated to restore
# connectivity.
#
# For users upgrading from Cilium 1.3 or earlier, to minimize disruption
# during the upgrade process, set this option to "true".
preallocate-bpf-maps: "false"

# Regular expression matching compatible Istio sidecar istio-proxy
# container image names
sidecar-istio-proxy-image: "cilium/istio_proxy"
Expand Down
15 changes: 15 additions & 0 deletions examples/kubernetes/1.11/cilium-crio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,21 @@ data:
ct-global-max-entries-tcp: "524288"
ct-global-max-entries-other: "262144"

# Pre-allocation of map entries allows per-packet latency to be reduced, at
# the expense of up-front memory allocation for the entries in the maps. The
# default below value will minimize memory usage in the default installation;
# users who are sensitive to latency may consider enabling this option.
#
# If this value is modified, then during the next Cilium startup the restore
# of existing endpoints and tracking of ongoing connections may be disrupted.
# This may lead to policy drops or a change in loadbalancing decisions for a
# connection for some time. Endpoints may need to be recreated to restore
# connectivity.
#
# For users upgrading from Cilium 1.3 or earlier, to minimize disruption
# during the upgrade process, set this option to "true".
preallocate-bpf-maps: "false"

# Regular expression matching compatible Istio sidecar istio-proxy
# container image names
sidecar-istio-proxy-image: "cilium/istio_proxy"
Expand Down
6 changes: 6 additions & 0 deletions examples/kubernetes/1.11/cilium-ds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,12 @@ spec:
key: ct-global-max-entries-other
name: cilium-config
optional: true
- name: CILIUM_PREALLOCATE_BPF_MAPS
valueFrom:
configMapKeyRef:
key: preallocate-bpf-maps
name: cilium-config
optional: true
image: docker.io/cilium/cilium:latest
imagePullPolicy: Always
lifecycle:
Expand Down
15 changes: 15 additions & 0 deletions examples/kubernetes/1.11/cilium-minikube.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,21 @@ data:
ct-global-max-entries-tcp: "524288"
ct-global-max-entries-other: "262144"

# Pre-allocation of map entries allows per-packet latency to be reduced, at
# the expense of up-front memory allocation for the entries in the maps. The
# default below value will minimize memory usage in the default installation;
# users who are sensitive to latency may consider enabling this option.
#
# If this value is modified, then during the next Cilium startup the restore
# of existing endpoints and tracking of ongoing connections may be disrupted.
# This may lead to policy drops or a change in loadbalancing decisions for a
# connection for some time. Endpoints may need to be recreated to restore
# connectivity.
#
# For users upgrading from Cilium 1.3 or earlier, to minimize disruption
# during the upgrade process, set this option to "true".
preallocate-bpf-maps: "false"

# Regular expression matching compatible Istio sidecar istio-proxy
# container image names
sidecar-istio-proxy-image: "cilium/istio_proxy"
Expand Down
21 changes: 21 additions & 0 deletions examples/kubernetes/1.11/cilium.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,21 @@ data:
ct-global-max-entries-tcp: "524288"
ct-global-max-entries-other: "262144"

# Pre-allocation of map entries allows per-packet latency to be reduced, at
# the expense of up-front memory allocation for the entries in the maps. The
# default below value will minimize memory usage in the default installation;
# users who are sensitive to latency may consider enabling this option.
#
# If this value is modified, then during the next Cilium startup the restore
# of existing endpoints and tracking of ongoing connections may be disrupted.
# This may lead to policy drops or a change in loadbalancing decisions for a
# connection for some time. Endpoints may need to be recreated to restore
# connectivity.
#
# For users upgrading from Cilium 1.3 or earlier, to minimize disruption
# during the upgrade process, set this option to "true".
preallocate-bpf-maps: "false"

# Regular expression matching compatible Istio sidecar istio-proxy
# container image names
sidecar-istio-proxy-image: "cilium/istio_proxy"
Expand Down Expand Up @@ -207,6 +222,12 @@ spec:
key: ct-global-max-entries-other
name: cilium-config
optional: true
- name: CILIUM_PREALLOCATE_BPF_MAPS
valueFrom:
configMapKeyRef:
key: preallocate-bpf-maps
name: cilium-config
optional: true
image: docker.io/cilium/cilium:latest
imagePullPolicy: Always
lifecycle:
Expand Down
15 changes: 15 additions & 0 deletions examples/kubernetes/1.12/cilium-cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,21 @@ data:
ct-global-max-entries-tcp: "524288"
ct-global-max-entries-other: "262144"

# Pre-allocation of map entries allows per-packet latency to be reduced, at
# the expense of up-front memory allocation for the entries in the maps. The
# default below value will minimize memory usage in the default installation;
# users who are sensitive to latency may consider enabling this option.
#
# If this value is modified, then during the next Cilium startup the restore
# of existing endpoints and tracking of ongoing connections may be disrupted.
# This may lead to policy drops or a change in loadbalancing decisions for a
# connection for some time. Endpoints may need to be recreated to restore
# connectivity.
#
# For users upgrading from Cilium 1.3 or earlier, to minimize disruption
# during the upgrade process, set this option to "true".
preallocate-bpf-maps: "false"

# Regular expression matching compatible Istio sidecar istio-proxy
# container image names
sidecar-istio-proxy-image: "cilium/istio_proxy"
Expand Down
15 changes: 15 additions & 0 deletions examples/kubernetes/1.12/cilium-crio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,21 @@ data:
ct-global-max-entries-tcp: "524288"
ct-global-max-entries-other: "262144"

# Pre-allocation of map entries allows per-packet latency to be reduced, at
# the expense of up-front memory allocation for the entries in the maps. The
# default below value will minimize memory usage in the default installation;
# users who are sensitive to latency may consider enabling this option.
#
# If this value is modified, then during the next Cilium startup the restore
# of existing endpoints and tracking of ongoing connections may be disrupted.
# This may lead to policy drops or a change in loadbalancing decisions for a
# connection for some time. Endpoints may need to be recreated to restore
# connectivity.
#
# For users upgrading from Cilium 1.3 or earlier, to minimize disruption
# during the upgrade process, set this option to "true".
preallocate-bpf-maps: "false"

# Regular expression matching compatible Istio sidecar istio-proxy
# container image names
sidecar-istio-proxy-image: "cilium/istio_proxy"
Expand Down
6 changes: 6 additions & 0 deletions examples/kubernetes/1.12/cilium-ds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,12 @@ spec:
key: ct-global-max-entries-other
name: cilium-config
optional: true
- name: CILIUM_PREALLOCATE_BPF_MAPS
valueFrom:
configMapKeyRef:
key: preallocate-bpf-maps
name: cilium-config
optional: true
image: docker.io/cilium/cilium:latest
imagePullPolicy: Always
lifecycle:
Expand Down
15 changes: 15 additions & 0 deletions examples/kubernetes/1.12/cilium-minikube.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,21 @@ data:
ct-global-max-entries-tcp: "524288"
ct-global-max-entries-other: "262144"

# Pre-allocation of map entries allows per-packet latency to be reduced, at
# the expense of up-front memory allocation for the entries in the maps. The
# default below value will minimize memory usage in the default installation;
# users who are sensitive to latency may consider enabling this option.
#
# If this value is modified, then during the next Cilium startup the restore
# of existing endpoints and tracking of ongoing connections may be disrupted.
# This may lead to policy drops or a change in loadbalancing decisions for a
# connection for some time. Endpoints may need to be recreated to restore
# connectivity.
#
# For users upgrading from Cilium 1.3 or earlier, to minimize disruption
# during the upgrade process, set this option to "true".
preallocate-bpf-maps: "false"

# Regular expression matching compatible Istio sidecar istio-proxy
# container image names
sidecar-istio-proxy-image: "cilium/istio_proxy"
Expand Down
21 changes: 21 additions & 0 deletions examples/kubernetes/1.12/cilium.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,21 @@ data:
ct-global-max-entries-tcp: "524288"
ct-global-max-entries-other: "262144"

# Pre-allocation of map entries allows per-packet latency to be reduced, at
# the expense of up-front memory allocation for the entries in the maps. The
# default below value will minimize memory usage in the default installation;
# users who are sensitive to latency may consider enabling this option.
#
# If this value is modified, then during the next Cilium startup the restore
# of existing endpoints and tracking of ongoing connections may be disrupted.
# This may lead to policy drops or a change in loadbalancing decisions for a
# connection for some time. Endpoints may need to be recreated to restore
# connectivity.
#
# For users upgrading from Cilium 1.3 or earlier, to minimize disruption
# during the upgrade process, set this option to "true".
preallocate-bpf-maps: "false"

# Regular expression matching compatible Istio sidecar istio-proxy
# container image names
sidecar-istio-proxy-image: "cilium/istio_proxy"
Expand Down Expand Up @@ -207,6 +222,12 @@ spec:
key: ct-global-max-entries-other
name: cilium-config
optional: true
- name: CILIUM_PREALLOCATE_BPF_MAPS
valueFrom:
configMapKeyRef:
key: preallocate-bpf-maps
name: cilium-config
optional: true
image: docker.io/cilium/cilium:latest
imagePullPolicy: Always
lifecycle:
Expand Down
15 changes: 15 additions & 0 deletions examples/kubernetes/1.13/cilium-cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,21 @@ data:
ct-global-max-entries-tcp: "524288"
ct-global-max-entries-other: "262144"

# Pre-allocation of map entries allows per-packet latency to be reduced, at
# the expense of up-front memory allocation for the entries in the maps. The
# default below value will minimize memory usage in the default installation;
# users who are sensitive to latency may consider enabling this option.
#
# If this value is modified, then during the next Cilium startup the restore
# of existing endpoints and tracking of ongoing connections may be disrupted.
# This may lead to policy drops or a change in loadbalancing decisions for a
# connection for some time. Endpoints may need to be recreated to restore
# connectivity.
#
# For users upgrading from Cilium 1.3 or earlier, to minimize disruption
# during the upgrade process, set this option to "true".
preallocate-bpf-maps: "false"

# Regular expression matching compatible Istio sidecar istio-proxy
# container image names
sidecar-istio-proxy-image: "cilium/istio_proxy"
Expand Down
15 changes: 15 additions & 0 deletions examples/kubernetes/1.13/cilium-crio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,21 @@ data:
ct-global-max-entries-tcp: "524288"
ct-global-max-entries-other: "262144"

# Pre-allocation of map entries allows per-packet latency to be reduced, at
# the expense of up-front memory allocation for the entries in the maps. The
# default below value will minimize memory usage in the default installation;
# users who are sensitive to latency may consider enabling this option.
#
# If this value is modified, then during the next Cilium startup the restore
# of existing endpoints and tracking of ongoing connections may be disrupted.
# This may lead to policy drops or a change in loadbalancing decisions for a
# connection for some time. Endpoints may need to be recreated to restore
# connectivity.
#
# For users upgrading from Cilium 1.3 or earlier, to minimize disruption
# during the upgrade process, set this option to "true".
preallocate-bpf-maps: "false"

# Regular expression matching compatible Istio sidecar istio-proxy
# container image names
sidecar-istio-proxy-image: "cilium/istio_proxy"
Expand Down
6 changes: 6 additions & 0 deletions examples/kubernetes/1.13/cilium-ds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,12 @@ spec:
key: ct-global-max-entries-other
name: cilium-config
optional: true
- name: CILIUM_PREALLOCATE_BPF_MAPS
valueFrom:
configMapKeyRef:
key: preallocate-bpf-maps
name: cilium-config
optional: true
image: docker.io/cilium/cilium:latest
imagePullPolicy: Always
lifecycle:
Expand Down
Loading

0 comments on commit 54f6f1e

Please sign in to comment.