-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add cilium 1.11.20@6c208f1b733eef68ea10aa4cfaf2e3a29df2bd3e ⎈
Signed-off-by: Maciej Kwiek <[email protected]>
- Loading branch information
Showing
3 changed files
with
94 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4848,6 +4848,98 @@ entries: | |
urls: | ||
- cilium-1.12.0-rc0.tgz | ||
version: 1.12.0-rc0 | ||
- annotations: | ||
artifacthub.io/crds: | | ||
- kind: CiliumNetworkPolicy | ||
version: v2 | ||
name: ciliumnetworkpolicies.cilium.io | ||
displayName: Cilium Network Policy | ||
description: | | ||
Cilium Network Policies provide additional functionality beyond what | ||
is provided by standard Kubernetes NetworkPolicy such as the ability | ||
to allow traffic based on FQDNs, or to filter at Layer 7. | ||
- kind: CiliumClusterwideNetworkPolicy | ||
version: v2 | ||
name: ciliumclusterwidenetworkpolicies.cilium.io | ||
displayName: Cilium Clusterwide Network Policy | ||
description: | | ||
Cilium Clusterwide Network Policies support configuring network traffic | ||
policiies across the entire cluster, including applying node firewalls. | ||
- kind: CiliumExternalWorkload | ||
version: v2 | ||
name: ciliumexternalworkloads.cilium.io | ||
displayName: Cilium External Workload | ||
description: | | ||
Cilium External Workload supports configuring the ability for external | ||
non-Kubernetes workloads to join the cluster. | ||
- kind: CiliumLocalRedirectPolicy | ||
version: v2 | ||
name: ciliumlocalredirectpolicies.cilium.io | ||
displayName: Cilium Local Redirect Policy | ||
description: | | ||
Cilium Local Redirect Policy allows local redirects to be configured | ||
within a node to support use cases like Node-Local DNS or KIAM. | ||
- kind: CiliumNode | ||
version: v2 | ||
name: ciliumnodes.cilium.io | ||
displayName: Cilium Node | ||
description: | | ||
Cilium Node represents a node managed by Cilium. It contains a | ||
specification to control various node specific configuration aspects | ||
and a status section to represent the status of the node. | ||
- kind: CiliumIdentity | ||
version: v2 | ||
name: ciliumidentities.cilium.io | ||
displayName: Cilium Identity | ||
description: | | ||
Cilium Identity allows introspection into security identities that | ||
Cilium allocates which identify sets of labels that are assigned to | ||
individual endpoints in the cluster. | ||
- kind: CiliumEndpoint | ||
version: v2 | ||
name: ciliumendpoints.cilium.io | ||
displayName: Cilium Endpoint | ||
description: | | ||
Cilium Endpoint represents the status of individual pods or nodes in | ||
the cluster which are managed by Cilium, including enforcement status, | ||
IP addressing and whether the networking is succesfully operational. | ||
- kind: CiliumEndpointSlice | ||
version: v2alpha1 | ||
name: ciliumendpointslices.cilium.io | ||
displayName: Cilium Endpoint Slice | ||
description: | | ||
Cilium Endpoint Slice represents the status of groups of pods or nodes | ||
in the cluster which are managed by Cilium, including enforcement status, | ||
IP addressing and whether the networking is succesfully operational. | ||
- kind: CiliumEgressNATPolicy | ||
version: v2alpha1 | ||
name: ciliumegressnatpolicies.cilium.io | ||
displayName: Cilium Egress NAT Policy | ||
description: | | ||
Cilium Egress NAT Policy provides control over the way that traffic | ||
leaves the cluster and which source addresses to use for that traffic. | ||
apiVersion: v2 | ||
appVersion: 1.11.20 | ||
created: "2023-08-11T16:39:04+02:00" | ||
description: eBPF-based Networking, Security, and Observability | ||
digest: 4eba5d620c09e0578f18d1d47a7713fe25c069edc302ffef99ab7f97fc59ade0 | ||
home: https://cilium.io/ | ||
icon: https://cdn.jsdelivr.net/gh/cilium/[email protected]/Documentation/images/logo-solo.svg | ||
keywords: | ||
- BPF | ||
- eBPF | ||
- Kubernetes | ||
- Networking | ||
- Security | ||
- Observability | ||
- Troubleshooting | ||
kubeVersion: '>= 1.16.0-0' | ||
name: cilium | ||
sources: | ||
- https://github.com/cilium/cilium | ||
urls: | ||
- cilium-1.11.20.tgz | ||
version: 1.11.20 | ||
- annotations: | ||
artifacthub.io/crds: | | ||
- kind: CiliumNetworkPolicy | ||
|
@@ -12455,4 +12547,4 @@ entries: | |
urls: | ||
- tetragon-0.8.0.tgz | ||
version: 0.8.0 | ||
generated: "2023-08-11T16:31:25.616349605+02:00" | ||
generated: "2023-08-11T16:39:02.914004729+02:00" |