Skip to content

Commit a6e6303

Browse files
committed
add EXPOSE_KUBEAPI_PORT=1 to make run
Signed-off-by: Evgeny Slutsky <eslutsky@redhat.com>
1 parent 491ed8b commit a6e6303

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/build/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ runs:
8787
[ "${{ inputs.isolated-network }}" = "1" ] && make_opts+=("ISOLATED_NETWORK=1")
8888
8989
# Run the MicroShift container
90-
make run ${make_opts[@]}
90+
make run ${make_opts[@]} EXPOSE_KUBEAPI_PORT=1
9191
9292
# Verify that Internet access is not available in the container
9393
# when the isolated network is enabled

.github/actions/prebuild/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ runs:
3333
3434
# Install the pre-requisites for the build and run environment
3535
sudo apt-get update -y -q
36-
sudo apt-get install -y -q make lvm2 podman jq curl
36+
sudo apt-get install -y -q make lvm2 podman jq curl gawk
3737
3838
# Install the latest OpenShift client from the OpenShift Mirror
3939
ocp_client="openshift-client-linux-amd64-rhel9.tar.gz"

0 commit comments

Comments
 (0)