Skip to content

Commit

Permalink
socat
Browse files Browse the repository at this point in the history
Signed-off-by: Shreyas220 <[email protected]>
  • Loading branch information
Shreyas220 committed Sep 5, 2023
1 parent 65d3b33 commit 320e5e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci-test-ginkgo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ jobs:
run: |
make docker-build
- name: Install socat
run: sudo apt-get -y install socat

- name: deploy pre existing pod
run: |
kubectl apply -f ./tests/ksp/pre-run-pod.yaml
Expand Down
2 changes: 1 addition & 1 deletion deployments/get/objects.go
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ func GenerateDaemonSet(env, namespace string) *appsv1.DaemonSet {
},
},
HostPID: true,
HostNetwork: false,
HostNetwork: true,
RestartPolicy: "Always",
DNSPolicy: "ClusterFirstWithHostNet",
InitContainers: []corev1.Container{
Expand Down

0 comments on commit 320e5e1

Please sign in to comment.