diff --git a/Makefile b/Makefile index fc69ea9bd..57acae2fd 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ export VER?=0.0.0 help: ## Print this help message. @awk 'BEGIN {FS = ":.*?## "} /^[a-zA-Z_-]+:.*?## / {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}' $(MAKEFILE_LIST) -build-debug: ## Build for debuging. +build-debug: ## Build for debugging. export CGO_ENABLED=1 export GCLFAGS='-gcflags="all=-N -l"' ${MAKE} build-base diff --git a/errormessage/errormessage.go b/errormessage/errormessage.go index 4d1ee539f..ce5c23a3a 100644 --- a/errormessage/errormessage.go +++ b/errormessage/errormessage.go @@ -19,7 +19,7 @@ func FormatError(err error) error { if k8serrors.IsForbidden(err) { errorNew = fmt.Errorf("insufficient permissions: %w. "+ "supply the required permission or control %s's access to namespaces by setting %s "+ - "in the config file or setting the targeted namespace with --%s %s=", + "in the config file or setting the targeted namespace with --%s %s=", err, misc.Software, configStructs.ReleaseNamespaceLabel, diff --git a/manifests/README.md b/manifests/README.md index 18f57851b..548ae105a 100644 --- a/manifests/README.md +++ b/manifests/README.md @@ -23,7 +23,7 @@ kubectl delete clusterrolebinding kubeshark-cluster-role-binding kubectl delete clusterrole kubeshark-cluster-role ``` -## Accesing +## Accessing Do the port forwarding: