From b1c879defde1c9dae043d3854a5f5af2e5b4b2ff Mon Sep 17 00:00:00 2001 From: Sambo Chea <7059827+sombochea@users.noreply.github.com> Date: Thu, 9 Dec 2021 19:54:48 +0700 Subject: [PATCH 1/3] Create KOMPOS.md --- KOMPOS.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 KOMPOS.md diff --git a/KOMPOS.md b/KOMPOS.md new file mode 100644 index 0000000..422d542 --- /dev/null +++ b/KOMPOS.md @@ -0,0 +1,7 @@ +# Enables Docker Compose on Kubernetes + +```shell +curl -L https://github.com/kubernetes/kompose/releases/download/v1.15.0/kompose-linux-amd64 -o kompose +chmod +x kompose +sudo mv ./kompose /usr/local/bin/kompose +``` From 0d86b575696e6da7ff903865edff9cb0dfb62e02 Mon Sep 17 00:00:00 2001 From: Sambo Chea <7059827+sombochea@users.noreply.github.com> Date: Thu, 9 Dec 2021 19:55:05 +0700 Subject: [PATCH 2/3] Rename KOMPOS.md to KOMPOSE.md --- KOMPOS.md => KOMPOSE.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename KOMPOS.md => KOMPOSE.md (100%) diff --git a/KOMPOS.md b/KOMPOSE.md similarity index 100% rename from KOMPOS.md rename to KOMPOSE.md From fa2b71d35739f3d30ba43a3cf75c03e143d47438 Mon Sep 17 00:00:00 2001 From: Sambo Chea <7059827+sombochea@users.noreply.github.com> Date: Tue, 21 Dec 2021 11:43:03 +0700 Subject: [PATCH 3/3] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d461cf3..9bb7abb 100644 --- a/README.md +++ b/README.md @@ -187,6 +187,10 @@ sudo kubeadm join ip-api-server:6443 --token $TOKEN --discovery-token-ca-cert-ha kubectl apply -f https://raw.githubusercontent.com/coreos/flannel/master/Documentation/kube-flannel.yml kubectl apply -f https://raw.githubusercontent.com/coreos/flannel/master/Documentation/k8s-manifests/kube-flannel-rbac.yml ``` +For Kube 1.17+ +```shell +kubectl apply -f https://raw.githubusercontent.com/coreos/flannel/master/Documentation/kube-flannel.yml +``` #### Cluster Network with Calico ```shell