File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ White Box Bases may be versioned using the well known versioning techniques prov
8585
8686# # Forking a White Box Base
8787
88- Uses may fork a White Box Base hosted on GitHub by forking the GitHub repo. This allows the user
88+ Users may fork a White Box Base hosted on GitHub by forking the GitHub repo. This allows the user
8989complete control over changes to the Base. Users should periodically pull changes from the
9090upstream repo back into the fork to get bug fixes and optimizations.
9191
Original file line number Diff line number Diff line change 3434---
3535
3636{{% alert color="success" title="Operations" %}}
37- One can also perfrom debugging operations such as:
37+ One can also perform debugging operations such as:
3838- Print Logs for all Pods for a Workload
3939- Follow Logs for a Container
4040- Printing Logs for a Container that has exited
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ kubectl cp <some-pod>:/tmp/foo /tmp/bar
4949```
5050
5151{{% alert color="success" title="Operations" %}}
52- One can also perfrom operations such as:
52+ One can also perform operations such as:
5353- Copy a specific container within a Pod running multiple containers
5454- Set the Pod namespace by prefixing the Pod name with ` <namespace>/ ` .
5555{{% /alert %}}
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ kubectl port-forward pod/mypod 5000 6000
2929---
3030
3131{{% alert color="success" title="Operations" %}}
32- One can also perfrom operations such as, Port Forward to:
32+ One can also perform operations such as, Port Forward to:
3333- Pod in a Workload
3434- Different Local and Remote Ports
3535- Random Local Port
You can’t perform that action at this time.
0 commit comments