Skip to content

Commit

Permalink
aap
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzheng422 committed Nov 6, 2024
1 parent 596fa37 commit 49d4f00
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions redhat/ocp4/4.16/2024.10.acm.aap.collect.heap.dump.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,19 @@ oc apply -f ansible-sa.yaml
oc create token containergroup-service-account --duration=876000h -n aap-namespace
# very long output

# for acm-demo cluster

cd ${BASE_DIR}/data/install

wget https://raw.githubusercontent.com/wangzheng422/docker_env/refs/heads/dev/redhat/ocp4/4.16/files/ansible-sa.yaml

oc new-project aap-namespace

oc apply -f ansible-sa.yaml

oc create token containergroup-service-account --duration=876000h -n aap-namespace
# very long output

```

Define the credential to connect to openshift cluster:
Expand Down

0 comments on commit 49d4f00

Please sign in to comment.