website/content/en/docs/tasks/manage-kubernetes-objects
janitha09 7fdc4b6edb
Update kustomization.md
command: ["start", "--host", "\$(MY_SERVICE_NAME)"]
The back slash causes an error. So removed it.
The error detail below
```
Error: rawResources failed to read Resources: YAML file [deployment.yaml] encounters a format error.
error converting YAML to JSON: yaml: line 18: found unknown escape character
```
```
kubectl version
Client Version: version.Info{Major:"1", Minor:"19", GitVersion:"v1.19.3", GitCommit:"1e11e4a2108024935ecfcb2912226cedeafd99df", GitTreeState:"clean", BuildDate:"2020-10-14T12:50:19Z", GoVersion:"go1.15.2", Compiler:"gc", Platform:"windows/amd64"}
Server Version: version.Info{Major:"1", Minor:"19", GitVersion:"v1.19.3", GitCommit:"1e11e4a2108024935ecfcb2912226cedeafd99df", GitTreeState:"clean", BuildDate:"2020-10-14T12:41:49Z", GoVersion:"go1.15.2", Compiler:"gc", Platform:"linux/amd64"}
```
2020-12-11 21:12:09 -05:00
..
_index.md Add descriptions for tasks 2020-06-15 20:47:26 +01:00
declarative-config.md Tune links in tasks section (1/2) 2020-08-12 18:32:22 +08:00
imperative-command.md Update the run command to refer to pod creation 2020-09-24 08:05:24 -05:00
imperative-config.md Improve object management page by adding a hint 2020-09-10 08:39:21 +08:00
kustomization.md Update kustomization.md 2020-12-11 21:12:09 -05:00
update-api-object-kubectl-patch.md Tune links in tasks section (1/2) 2020-08-12 18:32:22 +08:00