From f5cd4a0bf33c9d668c089a902e14de4176c92c31 Mon Sep 17 00:00:00 2001 From: Allen Languor Date: Thu, 13 May 2021 10:11:33 +0300 Subject: [PATCH 1/3] added k8s storage-class --- home-k8s/storage/local-storage.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 home-k8s/storage/local-storage.yaml diff --git a/home-k8s/storage/local-storage.yaml b/home-k8s/storage/local-storage.yaml new file mode 100644 index 0000000..5049f07 --- /dev/null +++ b/home-k8s/storage/local-storage.yaml @@ -0,0 +1,7 @@ +--- +apiVersion: storage.k8s.io/v1 +kind: StorageClass +metadata: + name: local-storage +provisioner: kubernetes.io/no-provisioner +volumeBindingMode: WaitForFirstConsumer From afd13c47ee706632a50e1c3efc58c00fbb848350 Mon Sep 17 00:00:00 2001 From: Allen Languor Date: Thu, 15 Jul 2021 19:20:32 +0300 Subject: [PATCH 2/3] Create README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..54960a2 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +TODO: +- [ ] Finish the (scar)[https://github.com/allanger/notes/projects/1] beat From a0c9641817ab3fa516b736f19c972eac9767787c Mon Sep 17 00:00:00 2001 From: Allen Languor Date: Thu, 15 Jul 2021 19:20:53 +0300 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54960a2..57bf3db 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ TODO: -- [ ] Finish the (scar)[https://github.com/allanger/notes/projects/1] beat +- [ ] Finish the [scar](https://github.com/allanger/notes/projects/1) beat