Skip to content

Commit

Permalink
updated README with kops ec2
Browse files Browse the repository at this point in the history
  • Loading branch information
rumeysakdogan committed Dec 16, 2022
1 parent 7c8c206 commit b609d19
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ _Note: Instance sizes that will be used for this project will not be under Free-
We will launch an Ec2 to install kOps with below properties.
```sh
Name: kops
AMI: Ubuntu 20.04
InstanceType: t2.micro
SecGrp: allow SSH on port 22 from MyIP
KeyPair: create a new keypair
Expand Down Expand Up @@ -68,7 +69,7 @@ aws configure

### Step-6: Setup kOps Cluster

As per Kubernetes official documentation, we need to install `kubectl` and `kops`. Follow steps from documentation[https://kubernetes.io/docs/setup/production-environment/tools/kops/].Once installation steps are complete, run below commands to check if they are ready to use.
As per Kubernetes official documentation, we need to install `kubectl` and `kops`. Follow steps from [documentation](https://kubernetes.io/docs/setup/production-environment/tools/kops/).Once installation steps are complete, run below commands to check if they are ready to use.

```sh
kops version
Expand Down

0 comments on commit b609d19

Please sign in to comment.