From 8db03bf00eacee3cbc98d9ba946c31bf7e943f7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Reme=C5=A1?= Date: Fri, 10 Jan 2025 12:29:41 +0100 Subject: [PATCH] minor update of README and Makefile --- Makefile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index cacc12908..9dae3f0b8 100644 --- a/Makefile +++ b/Makefile @@ -197,7 +197,7 @@ deploy: ## Deploy controller to the K8s cluster specified in ~/.kube/config. # UnDeploy controller from the configured Kubernetes cluster in ~/.kube/config .PHONY: undeploy undeploy: ## Undeploy controller from the K8s cluster specified in ~/.kube/config. Call with ignore-not-found=true to ignore resource not found errors during deletion. - @$(MAKE) p-C operators/multiclusterobservability undeploy + @$(MAKE) -C operators/multiclusterobservability undeploy # Build the operator binary .PHONY: build diff --git a/README.md b/README.md index 39221bfe0..f87e69262 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Thanos Ecosystem | [kube-thanos](https://github.com/stolostron/kube-thanos) | Ku ### Prerequisites -* Ensure [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl) and [kustomize](https://kubernetes-sigs.github.io/kustomize/installation) are installed. +* Ensure [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl) and [kustomize](https://kubectl.docs.kubernetes.io/installation/kustomize/) are installed. * Prepare a OpenShift cluster to function as the hub cluster. * Ensure [docker 17.03+](https://docs.docker.com/get-started) is installed. * Ensure [golang 1.15+](https://golang.org/doc/install) is installed.