We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 491ed8b commit a6e6303Copy full SHA for a6e6303
2 files changed
.github/actions/build/action.yaml
@@ -87,7 +87,7 @@ runs:
87
[ "${{ inputs.isolated-network }}" = "1" ] && make_opts+=("ISOLATED_NETWORK=1")
88
89
# Run the MicroShift container
90
- make run ${make_opts[@]}
+ make run ${make_opts[@]} EXPOSE_KUBEAPI_PORT=1
91
92
# Verify that Internet access is not available in the container
93
# when the isolated network is enabled
.github/actions/prebuild/action.yaml
@@ -33,7 +33,7 @@ runs:
33
34
# Install the pre-requisites for the build and run environment
35
sudo apt-get update -y -q
36
- sudo apt-get install -y -q make lvm2 podman jq curl
+ sudo apt-get install -y -q make lvm2 podman jq curl gawk
37
38
# Install the latest OpenShift client from the OpenShift Mirror
39
ocp_client="openshift-client-linux-amd64-rhel9.tar.gz"
0 commit comments