Skip to content

Update install instructions for OpenShift 4.15 and Cilium kube-proxy-free mode #1126

Update install instructions for OpenShift 4.15 and Cilium kube-proxy-free mode

Update install instructions for OpenShift 4.15 and Cilium kube-proxy-free mode #1126

Workflow file for this run

name: Pull Request
on:
pull_request:
branches:
- master
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Check Docs
run: make check
- name: Compile Docs
run: make docs
- name: No diff
run: git diff --exit-code