Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo instance group ->"InstanceGroup" #4621

Merged
merged 1 commit into from Mar 10, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/tutorial/working-with-instancegroups.md
Expand Up @@ -8,7 +8,7 @@ We'll assume you have a working cluster - if not, you probably want to read [how

## Changing the number of nodes

If you `kops get ig` you should see that you have instance groups for your nodes and for your master:
If you `kops get ig` you should see that you have InstanceGroups for your nodes and for your master:

```
> kops get ig
Expand All @@ -17,9 +17,9 @@ master-us-central1-a Master n1-standard-1 1 1 us-central1
nodes Node n1-standard-2 2 2 us-central1
```

Let's change the number of nodes to 3. We'll edit the instancegroup configuration using `kops edit` (which
Let's change the number of nodes to 3. We'll edit the InstanceGroup configuration using `kops edit` (which
should be very familiar to you if you've used `kubectl edit`). `kops edit ig nodes` will open
the instancegroup in your editor, looking a bit like this:
the InstanceGroup in your editor, looking a bit like this:

```
apiVersion: kops/v1alpha2
Expand Down Expand Up @@ -183,4 +183,4 @@ nodes-wbb2 Ready 5m v1.7.2 35.194.56.129 Contai
```


Next steps: learn how to perform cluster-wide operations, like [upgrading kubernetes](upgrading-kubernetes.md).
Next steps: learn how to perform cluster-wide operations, like [upgrading kubernetes](upgrading-kubernetes.md).