@pulumi/kubernetes 3.18.2 → 3.18.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
 
8
8
  # Pulumi Kubernetes Resource Provider
9
9
 
10
- The Kubernetes resource provider for Pulumi lets you create, deploy, and manage Kubernetes API resources and workloads in a running cluster. For a streamlined Pulumi walkthrough, including language runtime installation and Kubernetes configuration, click "Get Started" below.
10
+ The Kubernetes resource provider for Pulumi lets you create, deploy, and manage Kubernetes API resources and workloads in a running cluster. For a streamlined Pulumi walkthrough, including language runtime installation and Kubernetes configuration, select "Get Started" below.
11
11
  <div>
12
12
  <p>
13
13
  <a href="https://www.pulumi.com/docs/get-started/kubernetes" title="Get Started">
@@ -66,12 +66,12 @@ for more details.
66
66
 
67
67
  ## References
68
68
 
69
- * [Reference Documentation](https://www.pulumi.com/docs/reference/clouds/kubernetes/)
69
+ * [Reference Documentation](https://www.pulumi.com/registry/packages/kubernetes/)
70
70
  * API Documentation
71
71
  * [Node.js API](https://pulumi.io/reference/pkg/nodejs/@pulumi/kubernetes)
72
72
  * [Python API](https://www.pulumi.com/docs/reference/pkg/python/pulumi_kubernetes/)
73
73
  * [All Examples](./examples)
74
- * [Tutorials](https://www.pulumi.com/docs/reference/tutorials/kubernetes/)
74
+ * [How-to Guides](https://www.pulumi.com/registry/packages/kubernetes/how-to-guides/)
75
75
 
76
76
  ## Prerequisites
77
77
 
@@ -85,7 +85,7 @@ for more details.
85
85
  * If `kubectl` already works for your running cluster, Pulumi respects and uses this configuration.
86
86
  * If you do not have a cluster already running and available, we encourage you to
87
87
  explore Pulumi's SDKs for AWS EKS, Azure AKS, and GCP GKE. Visit the
88
- [reference docs](https://www.pulumi.com/docs/reference/clouds/kubernetes/) for more details.
88
+ [API reference docs in the Pulumi Registry](https://www.pulumi.com/registry/packages/kubernetes/api-docs/) for more details.
89
89
  1. [Install `kubectl`](https://kubernetes.io/docs/tasks/tools/install-kubectl/#install-kubectl).
90
90
 
91
91
  ## Installing
@@ -144,7 +144,7 @@ const myApp = new k8s.yaml.ConfigFile("app", {
144
144
 
145
145
  This example creates an EKS cluster with [`pulumi/eks`](https://github.com/pulumi/pulumi-eks),
146
146
  and then deploys a Helm chart from the stable repo using the
147
- `kubeconfig` credentials from the cluster's [Pulumi provider](https://www.pulumi.com/docs/reference/programming-model/#providers).
147
+ `kubeconfig` credentials from the cluster's [Pulumi provider](https://www.pulumi.com/docs/intro/concepts/resources/providers/).
148
148
 
149
149
  ```typescript
150
150
  import * as eks from "@pulumi/eks";
@@ -170,7 +170,7 @@ export const kubeconfig = cluster.kubeconfig;
170
170
 
171
171
  This example creates a EKS cluster with [`pulumi/eks`](https://github.com/pulumi/pulumi-eks),
172
172
  and then deploys an NGINX Deployment and Service using the SDK resource API, and the
173
- `kubeconfig` credentials from the cluster's [Pulumi provider](https://www.pulumi.com/docs/reference/programming-model/#providers).
173
+ `kubeconfig` credentials from the cluster's [Pulumi provider](https://www.pulumi.com/docs/intro/concepts/resources/providers/).
174
174
 
175
175
  ```typescript
176
176
  import * as eks from "@pulumi/eks";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/kubernetes",
3
- "version": "v3.18.2",
3
+ "version": "v3.18.3",
4
4
  "keywords": [
5
5
  "pulumi",
6
6
  "kubernetes",
@@ -12,7 +12,7 @@
12
12
  "license": "Apache-2.0",
13
13
  "scripts": {
14
14
  "build": "tsc",
15
- "install": "node scripts/install-pulumi-plugin.js resource kubernetes v3.18.2"
15
+ "install": "node scripts/install-pulumi-plugin.js resource kubernetes v3.18.3"
16
16
  },
17
17
  "dependencies": {
18
18
  "@pulumi/pulumi": "^3.0.0",
package/package.json.dev CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/kubernetes",
3
- "version": "v3.18.2",
3
+ "version": "v3.18.3",
4
4
  "keywords": [
5
5
  "pulumi",
6
6
  "kubernetes",
@@ -12,7 +12,7 @@
12
12
  "license": "Apache-2.0",
13
13
  "scripts": {
14
14
  "build": "tsc",
15
- "install": "node scripts/install-pulumi-plugin.js resource kubernetes v3.18.2"
15
+ "install": "node scripts/install-pulumi-plugin.js resource kubernetes v3.18.3"
16
16
  },
17
17
  "dependencies": {
18
18
  "@pulumi/pulumi": "^3.0.0",