Skip to content

Commit

Permalink
fix molecule file
Browse files Browse the repository at this point in the history
  • Loading branch information
bissquit committed Dec 1, 2023
1 parent 31435fd commit 2f59b20
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,6 @@ jobs:
- name: Install requirements
run: |
make init
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: false

- name: Run tests
run: |
molecule test --scenario-name "${{ matrix.scenario }}"
Expand Down
6 changes: 6 additions & 0 deletions molecule/end-to-end/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,12 @@ provisioner:
dnsDomain: cluster.local
kubernetesVersion: "{{ k8s_cluster_kubernetes_version }}"
controlPlaneEndpoint: "{{ k8s_cluster_control_plane_endpoint }}:6443"
controllerManager:
extraArgs:
bind-address: "0.0.0.0"
scheduler:
extraArgs:
bind-address: "0.0.0.0"
# custom networking
k8s_cluster_flannel_apply: ""
k8s_cluster_custom_networking_tasks_path: "network/custom-networking.yml"
Expand Down

0 comments on commit 2f59b20

Please sign in to comment.