Skip to content

Commit a096453

Browse files
authored
Merge pull request kubernetes#6451 from fatsheep9146/fix-typo
Fix typos
2 parents c06915a + 4456f5f commit a096453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tasks/access-kubernetes-api/setup-extension-api-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Alternatively, you can use an existing 3rd party solution, such as [apiserver-bu
3838
1. Create a Kubernetes service account in your namespace.
3939
1. Create a Kubernetes cluster role for the operations you want to allow on your resources.
4040
1. Create a Kubernetes cluster role binding from the default service account in your namespace to the cluster role you just created.
41-
1. Create a Kubernetes apiservice. The CA cert above should be base 64 encoded, stripped of new lines and used as the spec.caBundle in the apiservce. This should not be namespaced.
41+
1. Create a Kubernetes apiservice. The CA cert above should be base 64 encoded, stripped of new lines and used as the spec.caBundle in the apiservice. This should not be namespaced.
4242
1. Use kubectl to get your resource. It should return "No resources found." Which means that everything worked but you currently have no objects of that resource type created yet.
4343

4444
{% endcapture %}

0 commit comments

Comments
 (0)