mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-03-26 21:33:02 +00:00
adding a prepare step to validate that node is ready for schedule (#160)
This commit is contained in:
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@@ -82,8 +82,11 @@ jobs:
|
||||
with:
|
||||
path: ansible_collections/kubernetes/core
|
||||
|
||||
- name: Set up KinD cluster
|
||||
uses: engineerd/setup-kind@v0.5.0
|
||||
# We are facing some issue with the github action used to spawn k8s cluster
|
||||
# This will be done into a dedicated prepare step for molecule, with the added benefit that
|
||||
# it is no more github dependant
|
||||
# - name: Set up KinD cluster
|
||||
# uses: engineerd/setup-kind@v0.5.0
|
||||
|
||||
- name: Set up Python ${{ matrix.python_version }}
|
||||
uses: actions/setup-python@v1
|
||||
|
||||
Reference in New Issue
Block a user