You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+27-21Lines changed: 27 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,29 +8,32 @@ An imperative container for simplified execution of imperative commands in each
8
8
9
9
This container provides a focused environment with essential tools for executing imperative commands and automation tasks in Validated Patterns. It includes Ansible, Kubernetes tools, and other utilities needed for pattern implementation and management.
10
10
11
-
12
11
## Installed Software
13
12
14
-
| name | type |version|
15
-
|:----------------:|:--------:|:-----:|
16
-
|ansible |pip |2.16.14|
17
-
|ansible.posix |collection|2.1.0 |
18
-
|ansible-runner |pip |2.4.1 |
19
-
|ansible.utils |collection|6.0.0 |
20
-
|community.general |collection|11.2.1 |
21
-
|community.okd |collection|5.0.0 |
22
-
|git-core |package |2.47.3 |
23
-
|gzip |package |1.12 |
24
-
|jmespath |pip |1.0.1 |
25
-
|jq |package |1.6 |
26
-
|kubernetes.core |collection|6.1.0 |
27
-
|kubernetes |pip |33.1.0 |
28
-
|make |package |4.3 |
29
-
|openshift |binary |4.16.14|
30
-
|python3-pip |package |21.3.1 |
31
-
|python |package |3.11.11|
32
-
|rhvp.cluster_utils|collection|1.1.0 |
33
-
|sshpass |package |1.09 |
13
+
<!-- textlint-disable -->
14
+
15
+
| name | type | version |
16
+
| :----------------: | :--------: | :-----: |
17
+
| ansible | pip | 2.16.14 |
18
+
| ansible.posix | collection | 2.1.0 |
19
+
| ansible-runner | pip | 2.4.1 |
20
+
| ansible.utils | collection | 6.0.0 |
21
+
| community.general | collection | 11.3.0 |
22
+
| community.okd | collection | 5.0.0 |
23
+
| git-core | package | 2.47.3 |
24
+
| gzip | package | 1.12 |
25
+
| jmespath | pip | 1.0.1 |
26
+
| jq | package | 1.6 |
27
+
| kubernetes.core | collection | 6.1.0 |
28
+
| kubernetes | pip | 34.1.0 |
29
+
| make | package | 4.3 |
30
+
| openshift | binary | 4.16.14 |
31
+
| python3-pip | package | 21.3.1 |
32
+
| python | package | 3.11.11 |
33
+
| rhvp.cluster_utils | collection | 1.1.0 |
34
+
| sshpass | package | 1.09 |
35
+
36
+
<!-- textlint-enable -->
34
37
35
38
## Usage
36
39
@@ -68,14 +71,17 @@ podman run --rm -it --net=host \
68
71
## Troubleshooting
69
72
70
73
**Permission issues with volume mounts**
74
+
71
75
- Ensure the `--security-opt label=disable` flag is used when running the container.
72
76
- Check that your user has read/write access to the mounted directories.
73
77
74
78
**Network connectivity issues**
79
+
75
80
- Use `--net=host` for full network access.
76
81
- For restricted environments, configure appropriate network policies.
77
82
78
83
**Missing tools or outdated versions**
84
+
79
85
- Check the installed software table above for current versions.
80
86
- Consider building a custom image if you need different tool versions.
0 commit comments