@pulumi/command 0.7.1-alpha.1672772158 → 0.7.1-alpha.1672951057
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 +1 -1
- package/package.json +2 -2
- package/package.json.dev +2 -2
package/README.md
CHANGED
|
@@ -263,7 +263,7 @@ curl \
|
|
|
263
263
|
|
|
264
264
|
### Graceful cleanup of workloads in a Kubernetes cluster
|
|
265
265
|
|
|
266
|
-
There are cases where it's important to run some cleanup operation before destroying a resource
|
|
266
|
+
There are cases where it's important to run some cleanup operation before destroying a resource such as when destroying the resource does not properly handle orderly cleanup. For example, destroying an EKS Cluster will not ensure that all Kubernetes object finalizers are run, which may lead to leaking external resources managed by those Kubernetes resources. This example shows how we can use a `delete`-only `Command` to ensure some cleanup is run within a cluster before destroying it.
|
|
267
267
|
|
|
268
268
|
```ts
|
|
269
269
|
import { local } from "@pulumi/command";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/command",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "v0.7.1-alpha.1672951057+e60c7371",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"pulumi",
|
|
6
6
|
"command",
|
|
@@ -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 command
|
|
15
|
+
"install": "node scripts/install-pulumi-plugin.js resource command v0.7.1-alpha.1672951057+e60c7371"
|
|
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/command",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "v0.7.1-alpha.1672951057+e60c7371",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"pulumi",
|
|
6
6
|
"command",
|
|
@@ -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 command
|
|
15
|
+
"install": "node scripts/install-pulumi-plugin.js resource command v0.7.1-alpha.1672951057+e60c7371"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@pulumi/pulumi": "^3.0.0"
|