Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-Authored-By: Maria Bermudez <bermudezmt@users.noreply.github.com>
  • Loading branch information
metral and bermudezmt committed Aug 23, 2019
1 parent a9ec04b commit ee6fc17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Building Source

### Pre-Requisites
### Prerequisites

1. Python: `python-setuptools`, `pip`, `pandoc`
1. Go: [golangci-lint](https://github.com/golangci/golangci-lint)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ library functionality around the Kubernetes resource [OpenAPI
spec](https://github.com/kubernetes/kubernetes/tree/master/api/openapi-spec) as soon as a
new version is released! Ultimately, this means that Pulumi users do not have
to learn a new Kubernetes API model, nor wait long to work with the latest
versions available.
available versions.

> Note: Pulumi also supports alpha and beta APIs.
Expand Down Expand Up @@ -110,7 +110,7 @@ pip install pulumi-kubernetes
The following examples demonstrate how to work with `pulumi-kubernetes` in
a couple of ways.

Examples may include the creation of an AWS EKS cluster. An EKS cluster
Examples may include the creation of an AWS EKS cluster, although an EKS cluster
is **not** required to use `pulumi/kubernetes`. It is simply used to ensure
we have access to a running Kubernetes cluster to deploy resources and workloads into.

Expand All @@ -134,7 +134,7 @@ const myApp = new k8s.yaml.ConfigFile("app", {
### Deploying a Helm Chart
This example creates a EKS cluster with [`pulumi/eks`](https://github.com/pulumi/pulumi-eks),
This example creates an EKS cluster with [`pulumi/eks`](https://github.com/pulumi/pulumi-eks),
and then deploys a Helm chart from the stable repo using the
`kubeconfig` credentials from the cluster's [Pulumi provider](https://www.pulumi.com/docs/reference/programming-model/#providers).
Expand Down

0 comments on commit ee6fc17

Please sign in to comment.