Skip to content

Commit

Permalink
Merge pull request #806 from TrekkieCoder/main
Browse files Browse the repository at this point in the history
PR: gh-87 updated manifests and added scenario of k8s flannel incluster
  • Loading branch information
UltraInstinct14 authored Sep 19, 2024
2 parents d3b4e41 + 5914801 commit 18760de
Show file tree
Hide file tree
Showing 67 changed files with 1,703 additions and 0 deletions.
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

0 comments on commit 18760de

Please sign in to comment.