Cilium v1.9 Documentation
Install Cilium Install Cilium as DaemonSet [https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/] into your new Kubernetes cluster. The DaemonSet will automatically install itself as yaml first. Alternatively, it is possible to manually generate a YAML manifest for the Cilium DaemonSet and Hubble Relay/UI as follows. The generated YAML can be applied on top of an existing installation: --set hubble.ui.enabled=true > cilium-with-hubble.yaml # This will modify your existing Cilium DaemonSet and ConfigMap kubectl apply -f cilium-with-hubble.yaml The Cilium agent pods will be restarted0 码力 | 1263 页 | 18.62 MB | 1 年前3Cilium v1.5 Documentation
Key-Value store clang+LLVM iproute2 Firewall Rules Privileges Upgrade Guide Running a pre-flight DaemonSet Upgrading Micro Versions Upgrading Minor Versions Rolling Back Version Specific Notes Advanced Configura�on Install Cilium Install Cilium as DaemonSet [h�ps://kubernetes.io/docs/concepts/workloads/controllers/daemonset/] into your new Kubernetes cluster. The DaemonSet will automa�cally install itself as Kubernetes Install Cilium Install Cilium as a DaemonSet [h�ps://kubernetes.io/docs/concepts/workloads/controllers/daemonset/] into your new Kubernetes cluster. The DaemonSet will automa�cally install itself as Kubernetes0 码力 | 740 页 | 12.52 MB | 1 年前3Cilium v1.6 Documentation
Install Cilium Install Cilium as DaemonSet [https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/] into your new Kubernetes cluster. The DaemonSet will automatically install itself as cilium kubectl create -f cilium.yaml The NodeInit DaemonSet is required to prepare the GKE nodes as nodes are added to the cluster. The NodeInit DaemonSet will perform the following actions: Reconfigure yaml kubectl create -f cilium.yaml This will create both the main cilium daemonset, as well as the cilium-node-init daemonset, which handles tasks like mounting the BPF filesystem and updating the existing0 码力 | 734 页 | 11.45 MB | 1 年前3Cilium v1.8 Documentation
Install Cilium Install Cilium as DaemonSet [https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/] into your new Kubernetes cluster. The DaemonSet will automatically install itself as /sys/fs/bpf Install Cilium Install Cilium as DaemonSet [https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/] into your new Kubernetes cluster. The DaemonSet will automatically install itself as --set global.hubble.relay.enabled=true \ --set global.hubble.ui.enabled=true Restart the Cilium daemonset to allow Cilium agent to pick up the ConfigMap changes: kubectl rollout restart -n $CILIUM_NAMESPACE0 码力 | 1124 页 | 21.33 MB | 1 年前3Cilium v1.7 Documentation
Install Cilium Install Cilium as DaemonSet [https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/] into your new Kubernetes cluster. The DaemonSet will automatically install itself as Delete VPC CNI (aws-node DaemonSet) Cilium will manage ENIs instead of VPC CNI, so the aws-node DaemonSet has to be deleted to prevent conflict behavior. Note Once aws-node DaemonSet is deleted, EKS will will not try to restore it. kubectl -n kube-system delete daemonset aws-node Prepare & Deploy Cilium Note First, make sure you have Helm 3 installed [https://helm.sh/docs/using_helm/#install-helm]. If0 码力 | 885 页 | 12.41 MB | 1 年前3Cilium v1.10 Documentation
issues due to aws-node DaemonSet flushing Linux routing tables. The issues can be fixed by restarting all pods, alternatively to avoid such issues you can delete aws-node DaemonSet prior to installing Cilium OK /¯¯\__/¯¯\ Hubble: disabled \__/¯¯\__/ ClusterMesh: disabled \__/ DaemonSet cilium Desired: 2, Ready: 2/2, Available: 2/2 Deployment cilium-operator --set nativeRoutingCIDR=$NATIVE_CIDR The NodeInit DaemonSet is required to prepare the GKE nodes as nodes are added to the cluster. The NodeInit DaemonSet will perform the following actions: Reconfigure0 码力 | 1307 页 | 19.26 MB | 1 年前3Cilium v1.11 Documentation
issues due to aws-node DaemonSet flushing Linux routing tables. The issues can be fixed by restarting all pods, alternatively to avoid such issues you can delete aws-node DaemonSet prior to installing Cilium OK /¯¯\__/¯¯\ Hubble: disabled \__/¯¯\__/ ClusterMesh: disabled \__/ DaemonSet cilium Desired: 2, Ready: 2/2, Available: 2/2 Deployment cilium-operator ipv4NativeRoutingCIDR=$NATIVE_CIDR The NodeInit DaemonSet is required to prepare the GKE nodes as nodes are added to the cluster. The NodeInit DaemonSet will perform the following actions: Reconfigure0 码力 | 1373 页 | 19.37 MB | 1 年前3Apache OpenWhisk + Kubernetes: A Perfect Match for Your Serverless Platform
dependencies lib or tools as Deployment: – CouchDB – Redis – Zookeeper – Nginx StatefulSet/DaemonSet • StatefulSet is the workload API object used to manage stateful applications. Manages the uniqueness of these Pods • A DaemonSet ensures that all (or some) Nodes run a copy of a Pod • In OpenWhisk, we deploy strictly mangaged objects as StatefulSet or DaemonSet: – Controller – Invoker0 码力 | 24 页 | 3.53 MB | 1 年前3Apache Kyuubi 1.3.0 Documentation
to fit your current environment. In Kyuubi tools, we recommend using DaemonSet to start , and we offer default yaml file in daemonSet way. Base file structure : apiVersion kind metadata name namespace /data/data1 env: - name: CACHE_DIRS value: /data/data1 6.8. Tools 95 Kyuubi, Release 1.3.0 Start daemonSet After you finishing modifying the above, you can use the following command kubectl apply -f ${ ${KYUUBI_HOME}/tools/spark-block-cleaner/kubernetes/spark-block-cleaner.yml to start daemonSet. Related parameters 6.9 Overview 96 Chapter 6. High Availability Kyuubi, Release 1.3.0 6.9.1 Kyuubi Architecture0 码力 | 129 页 | 6.15 MB | 1 年前3Apache Kyuubi 1.3.1 Documentation
to fit your current environment. In Kyuubi tools, we recommend using DaemonSet to start , and we offer default yaml file in daemonSet way. Base file structure : apiVersion kind metadata name namespace /data/data1 env: - name: CACHE_DIRS value: /data/data1 6.8. Tools 95 Kyuubi, Release 1.3.0 Start daemonSet After you finishing modifying the above, you can use the following command kubectl apply -f ${ ${KYUUBI_HOME}/tools/spark-block-cleaner/kubernetes/spark-block-cleaner.yml to start daemonSet. Related parameters 6.9 Overview 96 Chapter 6. High Availability Kyuubi, Release 1.3.0 6.9.1 Kyuubi Architecture0 码力 | 129 页 | 6.16 MB | 1 年前3
共 59 条
- 1
- 2
- 3
- 4
- 5
- 6