This repository was archived by the owner on Mar 25, 2025. It is now read-only.
File tree 1 file changed +15
-4
lines changed
1 file changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,23 @@ How to support your specific jdk
5
5
6
6
| If needed change the flags of the jdk commands in the config.py file.
7
7
| Sometimes jdk commands need to be run in a specific way or from a specific file
8
- | for example ' jhsdb jmap --pid ...
8
+ | for example `` jhsdb jmap --pid ...``
9
9
10
10
| example commands
11
- | ' java-toolkit jmap PID_HERE'
12
- | ' java-toolkit jstack PID_HERE'
11
+ | `` java-toolkit jmap PID_HERE``
12
+ | `` java-toolkit jstack PID_HERE``
13
13
14
14
| For building you can use skaffold
15
15
| For running on Google Cloud we have a faster build with skaffold
16
- | 'skaffold run -p gcloud-build'
16
+ | ``skaffold run -p gcloud-build``
17
+ |
18
+ | For additional manual testing with the JDK there are additional bash commands added from additional_bash_commands.sh
19
+ | example usages:
20
+ | first assign environment variable of the pid you want to debug:
21
+ | ``PID=1234``
22
+ | push the jdk onto the pod:
23
+ | ``push_jdk``
24
+ | open a shell to the pod namespace and run whatever commands you want:
25
+ | ``podns_shell``
26
+ | after you exit the interactive shell, remove the jdk from pod:
27
+ | ``cleanup``
You can’t perform that action at this time.
0 commit comments