Ubuntu Desktop Guide
Sound, video & pictures Digital cameras, iPods, playing videos… Files, folders & search Searching, delete files, backups, removable drives, documents… Add & remove software Install, remove, extra repositories… + ` Super + S Super + W Ctrl + Alt + Arrow keys Ctrl + Alt + Shift + Arrow keys Ctrl + Alt + Delete Ctrl + Super + D Ctrl + Alt + L ⌃Common editing shortcuts Ctrl + A Select all text or items that you don't want it to keep connecting to. 3. Click that network once to select it and click Delete. Your computer won't try to connect to that network any more. If you later want to connect to0 码力 | 1709 页 | 5.81 MB | 1 年前3Cilium v1.6 Documentation
managed by Cilium, similar to the steps that we have previously performed for kube- dns $ kubectl delete pods -n kube-system $(kubectl get pods -n kube-system -o custom-columns=NAME:.metadata.name,HOSTNETWORK: kops cluster creation, use kops to destroy a cluster immediately with the parameter --yes: kops delete cluster ${NAME} --yes Appendix: Details of kops flags used in cluster creation The following section emo- application] to deploy a demo application and verify the correctness of the installation. Delete Cluster $ cd contrib/terraform/aws $ terraform destroy Installation using kubeadm Instructions0 码力 | 734 页 | 11.45 MB | 1 年前3Cilium v1.5 Documentation
original GKE network plugin. Restart kube-dns to ensure it is managed by Cilium. kubectl -n kube-system delete pod -l k8s-app=kube-dns Deploy Cilium + cilium-etcd-operator The following all-in-one YAML will managed by Cilium, similar to the steps that we have previously performed for kube-dns $ kubectl delete pods -n kube-system $(kubectl get pods -n kube-system -o pod "event-exporter-v0.2.3-f9c896d75-cbvcz" kops cluster crea�on, use kops to destroy a cluster immediately with the parameter --yes : kops delete cluster ${NAME} --yes Appendix: Details of kops flags used in cluster creation The following sec�on0 码力 | 740 页 | 12.52 MB | 1 年前3Cilium v1.7 Documentation
hostNetwork --no-headers=true | grep '' | awk '{print "-n "$1" "$2}' | xargs -L 1 -r kubectl delete pod pod "event-exporter-v0.2.3-f9c896d75-cbvcz" deleted pod "fluentd-gcp-scaler-69d79984cb-nfwwk" [us-west-2b us-west-2a us-west- 2c] [...] [✔] EKS cluster "test-cluster" in "us-west-2" region is ready Delete VPC CNI (aws-node DaemonSet) Cilium will manage ENIs instead of VPC CNI, so the aws-node DaemonSet Note Once aws-node DaemonSet is deleted, EKS 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 0 码力 | 885 页 | 12.41 MB | 1 年前3Cilium v1.10 Documentation
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. OpenShift To install Cilium on OpenShift [https://www hostNetwork --no-headers=true | grep '' | awk '{print "-n "$1" "$2}' | xargs -L 1 -r kubectl delete pod pod "event-exporter-v0.2.3-f9c896d75-cbvcz" deleted pod "fluentd-gcp-scaler-69d79984cb-nfwwk" to be scheduled successfully. Once done with the test, remove the cilium-test namespace: kubectl delete ns cilium-test Next Steps Setting up Hubble Observability Inspecting Network Flows with the CLI 0 码力 | 1307 页 | 19.26 MB | 1 年前3Cilium v1.11 Documentation
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. OpenShift To install Cilium on OpenShift [https://www hostNetwork --no-headers=true | grep '' | awk '{print "-n "$1" "$2}' | xargs -L 1 -r kubectl delete pod pod "event-exporter-v0.2.3-f9c896d75-cbvcz" deleted pod "fluentd-gcp-scaler-69d79984cb-nfwwk" to be scheduled successfully. Once done with the test, remove the cilium-test namespace: kubectl delete ns cilium-test Next Steps Setting up Hubble Observability Inspecting Network Flows with the CLI 0 码力 | 1373 页 | 19.37 MB | 1 年前3Cilium v1.8 Documentation
hostNetwork --no-headers=true | grep '' | awk '{print "-n "$1" "$2}' | xargs -L 1 -r kubectl delete pod pod "event-exporter-v0.2.3-f9c896d75-cbvcz" deleted pod "fluentd-gcp-scaler-69d79984cb-nfwwk" hostNetwork --no-headers=true | grep ' ' | awk '{print "-n "$1" "$2}' | xargs -L 1 -r kubectl delete pod pod "event-exporter-v0.2.3-f9c896d75-cbvcz" deleted pod "fluentd-gcp-scaler-69d79984cb-nfwwk" after connectivity test Remove cilium-test namespace: kubectl delete ns cilium-test Remove SecurityContextConstraints: kubectl delete scc cilium-test Managed Kubernetes The following guides cover 0 码力 | 1124 页 | 21.33 MB | 1 年前3Cilium v1.9 Documentation
hostNetwork --no-headers=true | grep '' | awk '{print "-n "$1" "$2}' | xargs -L 1 -r kubectl delete pod pod "event-exporter-v0.2.3-f9c896d75-cbvcz" deleted pod "fluentd-gcp-scaler-69d79984cb-nfwwk" after connectivity test Remove cilium-test namespace: kubectl delete ns cilium-test Remove SecurityContextConstraints: kubectl delete scc cilium-test Managed Kubernetes The following guides cover [us-west-2b us-west-2a us-west- 2c] [...] [✔] EKS cluster "test-cluster" in "us-west-2" region is ready Delete VPC CNI (aws-node DaemonSet) Cilium will manage ENIs instead of VPC CNI, so the aws-node DaemonSet 0 码力 | 1263 页 | 18.62 MB | 1 年前3The Linux Commands Handbook
mkdir , you can delete a folder using rmdir : mkdir fruits rmdir fruits You can also delete multiple folders at once: mkdir fruits cars rmdir fruits cars The folder you delete must be empty. To delete folders with files in them, we'll use the more generic rm command which deletes files and folders, using the -rf options: rm -rf fruits cars Be careful as this command does not ask -mtime -1 You can delete all the files matching a search by adding the -delete option. This deletes all the files edited in the last 24 hours: find . -type f -mtime -1 -delete find . -type d -name0 码力 | 135 页 | 14.14 MB | 1 年前3The Linux Commands Handbook
mkdir , you can delete a folder using rmdir : mkdir fruits rmdir fruits You can also delete multiple folders at once: mkdir fruits cars rmdir fruits cars The folder you delete must be empty. To delete folders with files in them, we'll use the more generic rm command which deletes files and folders, using the -rf options: rm -rf fruits cars Be careful as this command does not ask -mtime -1 You can delete all the files matching a search by adding the -delete option. This deletes all the files edited in the last 24 hours: find . -type f -mtime -1 -delete You can execute a0 码力 | 112 页 | 13.74 MB | 1 年前3
共 59 条
- 1
- 2
- 3
- 4
- 5
- 6