Skip to content

Commit

Permalink
Merge pull request #278 from foo0x29a/master
Browse files Browse the repository at this point in the history
Fix cpu-manager README links
  • Loading branch information
k8s-ci-robot authored Oct 13, 2018
2 parents 82e7553 + fc9a9cd commit 00c9d96
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions staging/cpu-manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ system representation generated by

## Run pods

The example pods are in the `/examples/cpu-manager` directory of the
The example pods are in the `/examples/staging/cpu-manager` directory of the
Kubernetes source tree. Your ability to run all of the example pods
simultaneously depends on how many CPUs are available on the test system.

Expand All @@ -45,14 +45,14 @@ Run a pod with a single container in the shared pool, and another pod
with a single container in an exclusive cpuset with one CPU.

```
$ kubectl create -f examples/cpu-manager/shared.yaml
$ kubectl create -f examples/cpu-manager/exclusive-1.yaml
$ kubectl create -f examples/staging/cpu-manager/shared.yaml
$ kubectl create -f examples/staging/cpu-manager/exclusive-1.yaml
```

To list IP addresses of the pods running in the local cluster, do:

```
$ watch ./examples/cpu-manager/pod-ips
$ watch ./examples/staging/cpu-manager/pod-ips
exclusive-1 http://172.17.0.4
shared http://172.17.0.3
```
Expand Down

0 comments on commit 00c9d96

Please sign in to comment.