Skip to content

Commit 9dfce3f

Browse files
authored
Merge pull request #3717 from Paul2708/patch-1
Docs: Fix link formatting
2 parents 3a218e1 + 07549fe commit 9dfce3f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/kubernetes/ibm/step-zero-ibm.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
# Kubernetes on IBM Cloud
44

5-
This guide shows how to deploy JupyterHub on the IBM Cloud using their [Kubernetes service](https://cloud.ibm.com/kubernetes/catalog/create)).
5+
This guide shows how to deploy JupyterHub on the IBM Cloud using their [Kubernetes service](https://cloud.ibm.com/kubernetes/catalog/create).
66
It should provide you with enough knowledge to create a cluster, deploy your application using a Docker image and use a custom domain to use the deployed app.
77

88
Before you begin:
99

10-
- Understand the [Kubernetes basics][https://kubernetes.io/docs/tutorials/kubernetes-basics/].
10+
- Understand the [Kubernetes basics](https://kubernetes.io/docs/tutorials/kubernetes-basics/).
1111
- Install the IBM Cloud Developer Tools
1212
- Install the [IBM Cloud CLI](https://cloud.ibm.com/docs/cli?topic=cloud-cli-getting-started).
1313
- `curl -sL https://ibm.biz/idt-installer | bash`
@@ -28,7 +28,7 @@ Procedure:
2828
Kubernetes Service delivers powerful tools by combining Docker and Kubernetes technologies, an intuitive user experience, and built-in security and isolation to automate the deployment, operation, scaling, and monitoring of containerized apps in a cluster of computing hosts.
2929

3030
To set up the Kubernetes cluster:
31-
1. Create a Kubernetes cluster from the [IBM Cloud catalog](https://cloud.ibm.com/kubernetes/catalog/create)).
31+
1. Create a Kubernetes cluster from the [IBM Cloud catalog](https://cloud.ibm.com/kubernetes/catalog/create).
3232
2. When configuring the new cluster, select the **Cluster type** and click **Create Cluster** to provision a Kubernetes cluster.
3333
2.1 In the case of a free cluster you will see something similar to:
3434

@@ -44,7 +44,7 @@ Procedure:
4444
4545
3. Check the status of your **Cluster** and **Worker Nodes** and wait for them to be **ready**.
4646
47-
Or, if you prefer, create the cluster using the [IBM Cloud CLI tools](https://cloud.ibm.com/docs/containers?topic=containers-cs_cli_install))
47+
Or, if you prefer, create the cluster using the [IBM Cloud CLI tools](https://cloud.ibm.com/docs/containers?topic=containers-cs_cli_install).
4848
4949
2. Configure kubectl
5050
[kubectl](https://kubernetes.io/docs/reference/kubectl/) is a CLI tool to interact with a Kubernetes cluster. In this occasion, you will use it to point forward to the created Kubernetes cluster.

0 commit comments

Comments
 (0)