Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PR: gh-87 updated manifests and added scenario of k8s flannel incluster #806

Merged
merged 1 commit into from
Sep 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions .github/workflows/k8s-flannel-incluster-multus.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name: K8s-Flannel-Incluster-Multus-Sanity-CI
on:
# schedule:
# Runs "At 11:00 UTC every day-of-week"
#- cron: '0 11 * * *'
workflow_dispatch:
inputs:
testName:
description: 'Test Run-Name'
required: true
default: 'k8s-flannel-incluster-multus'
jobs:
test-runner:
name: k8s-flannel-incluster-multus-sanity
runs-on: [self-hosted, large]
if: github.repository == 'loxilb-io/loxilb'
&& github.event.inputs.tagName == ''
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: recursive

- name: Run the test
run: |
cd cicd/k8s-flannel-incluster-multus
./config.sh
./validation.sh
cd -

- name: Clean test-bed
if: success() || failure()
run: |
cd cicd/k8s-flannel-incluster-multus || true
./rmconfig.sh
cd -
1 change: 1 addition & 0 deletions cicd/docker-k0s-lb/kube-loxilb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ rules:
resources:
- endpoints
- services
- namespaces
- services/status
verbs:
- get
Expand Down
1 change: 1 addition & 0 deletions cicd/docker-k3s-calico/kube-loxilb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ rules:
resources:
- endpoints
- services
- namespaces
- services/status
verbs:
- get
Expand Down
1 change: 1 addition & 0 deletions cicd/docker-k3s-cilium/kube-loxilb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ rules:
resources:
- endpoints
- services
- namespaces
- services/status
verbs:
- get
Expand Down
1 change: 1 addition & 0 deletions cicd/eks/kube-loxilb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ rules:
resources:
- endpoints
- services
- namespaces
- services/status
verbs:
- get
Expand Down
1 change: 1 addition & 0 deletions cicd/k0s-incluster/kube-loxilb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ rules:
resources:
- endpoints
- services
- namespaces
- services/status
verbs:
- get
Expand Down
1 change: 1 addition & 0 deletions cicd/k0s-weave/kube-loxilb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ rules:
resources:
- endpoints
- services
- namespaces
- services/status
verbs:
- get
Expand Down
1 change: 1 addition & 0 deletions cicd/k3s-base-sanity/kube-loxilb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ rules:
resources:
- endpoints
- services
- namespaces
- services/status
verbs:
- get
Expand Down
1 change: 1 addition & 0 deletions cicd/k3s-calico-dual-stack/kube-loxilb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ rules:
resources:
- endpoints
- services
- namespaces
- services/status
verbs:
- get
Expand Down
1 change: 1 addition & 0 deletions cicd/k3s-calico-incluster/kube-loxilb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ rules:
resources:
- endpoints
- services
- namespaces
- services/status
verbs:
- get
Expand Down
1 change: 1 addition & 0 deletions cicd/k3s-calico-single-node-incluster/kube-loxilb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ rules:
resources:
- endpoints
- services
- namespaces
- services/status
verbs:
- get
Expand Down
1 change: 1 addition & 0 deletions cicd/k3s-calico/kube-loxilb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ rules:
resources:
- endpoints
- services
- namespaces
- services/status
verbs:
- get
Expand Down
1 change: 1 addition & 0 deletions cicd/k3s-cilium-cluster/kube-loxilb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ rules:
resources:
- endpoints
- services
- namespaces
- services/status
verbs:
- get
Expand Down
1 change: 1 addition & 0 deletions cicd/k3s-cilium/kube-loxilb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ rules:
resources:
- endpoints
- services
- namespaces
- services/status
verbs:
- get
Expand Down
1 change: 1 addition & 0 deletions cicd/k3s-ext-ep/kube-loxilb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ rules:
resources:
- endpoints
- services
- namespaces
- services/status
verbs:
- get
Expand Down
1 change: 1 addition & 0 deletions cicd/k3s-flannel-cluster-ipvs-compat/kube-loxilb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ rules:
resources:
- endpoints
- services
- namespaces
- services/status
verbs:
- get
Expand Down
1 change: 1 addition & 0 deletions cicd/k3s-flannel-cluster/kube-loxilb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ rules:
resources:
- endpoints
- services
- namespaces
- services/status
verbs:
- get
Expand Down
1 change: 1 addition & 0 deletions cicd/k3s-flannel-incluster-l2/kube-loxilb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ rules:
resources:
- endpoints
- services
- namespaces
- services/status
verbs:
- get
Expand Down
1 change: 1 addition & 0 deletions cicd/k3s-flannel-incluster/kube-loxilb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ rules:
resources:
- endpoints
- services
- namespaces
- services/status
verbs:
- get
Expand Down
1 change: 1 addition & 0 deletions cicd/k3s-flannel-loxilb-ingress/kube-loxilb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ rules:
resources:
- endpoints
- services
- namespaces
- services/status
verbs:
- get
Expand Down
1 change: 1 addition & 0 deletions cicd/k3s-flannel-multus/kube-loxilb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ rules:
resources:
- endpoints
- services
- namespaces
- services/status
verbs:
- get
Expand Down
1 change: 1 addition & 0 deletions cicd/k3s-flannel/kube-loxilb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ rules:
resources:
- endpoints
- services
- namespaces
- services/status
verbs:
- get
Expand Down
1 change: 1 addition & 0 deletions cicd/k3s-incluster/kube-loxilb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ rules:
resources:
- endpoints
- services
- namespaces
- services/status
verbs:
- get
Expand Down
1 change: 1 addition & 0 deletions cicd/k3s-multi-master-service-proxy-calico/kube-loxilb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ rules:
resources:
- endpoints
- services
- namespaces
- services/status
verbs:
- get
Expand Down
1 change: 1 addition & 0 deletions cicd/k3s-multi-master-service-proxy/kube-loxilb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ rules:
resources:
- endpoints
- services
- namespaces
- services/status
verbs:
- get
Expand Down
1 change: 1 addition & 0 deletions cicd/k3s-rabbitmq-incluster/kube-loxilb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ rules:
resources:
- endpoints
- services
- namespaces
- services/status
verbs:
- get
Expand Down
1 change: 1 addition & 0 deletions cicd/k3s-rabbitmq-incluster/manifests/kube-loxilb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ rules:
resources:
- endpoints
- services
- namespaces
- services/status
verbs:
- get
Expand Down
1 change: 1 addition & 0 deletions cicd/k3s-sctpmh-2/kube-loxilb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ rules:
resources:
- endpoints
- services
- namespaces
- services/status
verbs:
- get
Expand Down
1 change: 1 addition & 0 deletions cicd/k3s-sctpmh-seagull/kube-loxilb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ rules:
resources:
- endpoints
- services
- namespaces
- services/status
verbs:
- get
Expand Down
1 change: 1 addition & 0 deletions cicd/k3s-sctpmh/kube-loxilb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ rules:
resources:
- endpoints
- services
- namespaces
- services/status
verbs:
- get
Expand Down
1 change: 1 addition & 0 deletions cicd/k8s-calico-incluster/yaml/kube-loxilb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ rules:
resources:
- endpoints
- services
- namespaces
- services/status
verbs:
- get
Expand Down
1 change: 1 addition & 0 deletions cicd/k8s-calico-ipvs/yaml/kube-loxilb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ rules:
resources:
- endpoints
- services
- namespaces
- services/status
verbs:
- get
Expand Down
1 change: 1 addition & 0 deletions cicd/k8s-calico-ipvs2-ha-ka-sync/yaml/kube-loxilb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ rules:
resources:
- endpoints
- services
- namespaces
- services/status
verbs:
- get
Expand Down
1 change: 1 addition & 0 deletions cicd/k8s-calico-ipvs2/yaml/kube-loxilb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ rules:
resources:
- endpoints
- services
- namespaces
- services/status
verbs:
- get
Expand Down
1 change: 1 addition & 0 deletions cicd/k8s-calico-ipvs3-ha/yaml/kube-loxilb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ rules:
resources:
- endpoints
- services
- namespaces
- services/status
verbs:
- get
Expand Down
1 change: 1 addition & 0 deletions cicd/k8s-calico-ipvs3/yaml/kube-loxilb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ rules:
resources:
- endpoints
- services
- namespaces
- services/status
verbs:
- get
Expand Down
1 change: 1 addition & 0 deletions cicd/k8s-calico-ubuntu22/yaml/kube-loxilb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ rules:
resources:
- endpoints
- services
- namespaces
- services/status
verbs:
- get
Expand Down
1 change: 1 addition & 0 deletions cicd/k8s-calico/yaml/kube-loxilb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ rules:
resources:
- endpoints
- services
- namespaces
- services/status
verbs:
- get
Expand Down
Loading
Loading