Consolidate YAML files [part-9] (#9361)
This PR relocates the YAML files referenced by the data injection topic.
This commit is contained in:
@@ -37,11 +37,11 @@ with your new arguments.
|
||||
In this exercise, you create a Pod that runs one container. The configuration
|
||||
file for the Pod defines a command and two arguments:
|
||||
|
||||
{{< code file="commands.yaml" >}}
|
||||
{{< codenew file="pods/commands.yaml" >}}
|
||||
|
||||
1. Create a Pod based on the YAML configuration file:
|
||||
|
||||
kubectl create -f https://k8s.io/docs/tasks/inject-data-application/commands.yaml
|
||||
kubectl create -f https://k8s.io/examples/pods/commands.yaml
|
||||
|
||||
1. List the running Pods:
|
||||
|
||||
@@ -140,4 +140,3 @@ Here are some examples:
|
||||
{{% /capture %}}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user