Skip to content

Commit 4d0db86

Browse files
Aaron Suarezohaiwalt
authored andcommitted
Remove the downgrade instructions for 1.8.4 (#126)
1 parent af7ddf8 commit 4d0db86

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

SETUP.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ Greetings! Much of Operation Code's web site runs in a [Kubernetes](https://kube
1010

1111
## Installing the Kubernetes Command Line
1212

13-
This is what you will use to interact with our Kubernetes cluster - where both the front end and back end of the site runs. If you have not already, install the [Homebrew Package Manager](https://brew.sh/), then follow [these instructions](https://www.benpickles.com/articles/72-downgrading-kubectl-with-homebrew) in order to install kubectl@1.8.4 (the version currently running on our server).
13+
This is what you will use to interact with our Kubernetes cluster - where both the front end and back end of the site runs. If you have not already, install the [Homebrew Package Manager](https://brew.sh/), and run the following:
14+
15+
```bash
16+
brew install kubernetes-cli
17+
```
1418

1519
## Authenticating to the Operation Code Kubernetes Cluster
1620

@@ -83,7 +87,7 @@ Copy the output that starts with "#Add the following to your ~/.kube/config".
8387

8488
## Configuring Kubernetes
8589

86-
Now we'll use this to configure access to Operation Code's Kubernetes cluster.
90+
Now we'll use this to configure access to Operation Code's Kubernetes cluster.
8791

8892
Create a ~/.kube directory
8993

@@ -225,7 +229,7 @@ Copy the output that starts with "#Add the following to your ~/.kube/config".
225229

226230
## Configuring Kubernetes
227231

228-
Now we'll use this to configure access to Operation Code's Kubernetes cluster.
232+
Now we'll use this to configure access to Operation Code's Kubernetes cluster.
229233

230234
Create a ~/.kube directory
231235

0 commit comments

Comments
 (0)