Skip to content

Commit d038f89

Browse files
committed
Apply feedback
1 parent 718b279 commit d038f89

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

from-zero-to-cap-on-kyma/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,13 @@ export DOCKER_HOST=unix://${HOME}/.docker/run/docker.sock
9595

9696
### Prepare for deployment
9797

98-
Let's do a bit of groundwork before we deploy our Helm Chart. In Kyma/Kubernetes, the workloads and required configurations will be deployed in namespaces.
98+
- Let's do a basic check to see if the cluster is reachable. Running any of the basic commands such as `kubectl cluster-info` or `kubectl get pods` or `kubectl get namespaces` successfully should confirm that. If an error occurs, please check your kubeconfig file and ensure that it is correctly set up to point to your Kyma cluster. Also check if the cluster was provisioned successfully in the SAP BTP Cockpit under your subaccount.
9999
100-
- We will create a namespace. You can skip this step if you already have a namespace
100+
- Let's do a bit of groundwork before we deploy our Helm Chart. In Kyma/Kubernetes, the workloads and required configurations will be deployed in namespaces.
101+
102+
- We will create a namespace. You can skip this step if you already have a namespace. You can use any non-system namespace of your choice to deploy the sample application.
103+
104+
> Note: system namespaces are such as `kube-system`, `istio-system`, `kyma-system` etc. It is not recommended to deploy your applications in these namespaces.
101105

102106
```shell
103107
make create-namespace

prerequisites/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Usually besides a vanilla installation of the tools depending on your OS you wil
2323
|Tool|Description
2424
|-|-
2525
|[kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/) | Kubernetes command-line tool, that allows you to run commands against Kubernetes clusters
26+
| [Get Kyma runtime Kubeconfig](https://help.sap.com/docs/btp/sap-business-technology-platform/access-kyma-instance-using-kubectl) | Access a Kyma Instance Using kubectl
2627
|[krew](https://krew.sigs.k8s.io/) | Plugin manager for `kubectl` command-line tool
2728
|[kubelogin](https://github.com/int128/kubelogin) | `kubectl` plugin for Kubernetes OpenID Connect (OIDC) authentication
2829
|[Helm](https://helm.sh/) | The package manager for Kubernetes

0 commit comments

Comments
 (0)