You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/develop.md
+13-8Lines changed: 13 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,13 +29,13 @@ Currently supported platforms: amd64 Linux/Mac
29
29
30
30
#### `.npmrc` File
31
31
32
-
Currently, NPM packages in the SDK are published to [private GitHub package in this repo][npm-packages].
32
+
Currently, NPM packages in the SDK are published to [private GitHub packages in this repo][npm-packages].
33
33
34
34
In order to install these packages, you need to configure your `.npmrc` file to authenticate to GitHub.
35
35
36
36
1. Create a Personal Token by navigating to `Settings > Developer settings > Personal access tokens`
37
-
in GitHub. Specify `read:packages` scope.
38
-
1. Back up any existing `.npmrc` if it exist:
37
+
in GitHub. Specify the `read:packages` scope.
38
+
1. Back up any existing `.npmrc` if it exists:
39
39
40
40
```sh
41
41
mv ~/.npmrc{,.backup}
@@ -52,7 +52,7 @@ In order to install these packages, you need to configure your `.npmrc` file to
52
52
53
53
### Your Kubernetes Cluster
54
54
55
-
For the type generation functionality to work, you need a Kubernetes cluster with [CRD OpenAPI Publishing][beta-feature] feature which is beta with Kubernetes 1.15.
55
+
For the type generation functionality to work, you need a Kubernetes cluster with the [CRD OpenAPI Publishing][beta-feature] feature which is beta with Kubernetes 1.15.
56
56
57
57
Alternatively, you can use an existing NPM package with pre-generated types such as the `hello-world`
58
58
package discussed in the [Quickstart](develop-quickstart.md) and skip to [implementing the function](#implementing-the-function).
@@ -97,7 +97,7 @@ You can also use a deployed cluster in GKE. The beta k8s feature is avilable onl
0 commit comments