Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
Update installation step in README
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrownlow7 authored Jan 21, 2022
1 parent d14d361 commit ba29b51
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -385,15 +385,16 @@ cd kubernetes-power-manager
- Set up the necessary Namespace, Service Account, and RBAC rules for the Kubernetes Power Manager:
````
kubectl apply -f config/rbac/namespace.yaml
kubectl apply -f config/rbac/service_account.yaml
kubectl apply -f config/rbac/rbac.yaml
````
- Generate the CRD templates, create the Custom Resource Definitions, and build the Kubernetes Power Manager and Power Node Agent Docker images:
- Generate the CRD templates, create the Custom Resource Definitions, and install the CRDs:
````
make images
make
````
NOTE: The images will be labelled ‘intel-power-operator:latest’ and ‘intel-power-node-agent:latest’
NOTE: The images will not be built in this step as they are available on Intel's public Docker Hub at:
- intel/power-operator:TAG
- intel/power-node-agent:TAG
### Running the Kubernetes Power Manager
- **Applying the manager**
Expand Down

0 comments on commit ba29b51

Please sign in to comment.