-
Mahmood Ali authored
This adopts pattern used by Vault, where we split CircleCI yaml config into multiple files that get packed and translated to 2.0. This has two motivations: First, to ease translating config to CircleCI 2.0 so it can run on Enterprise private repository. Second and most importantly, it also adding Enterprise specific jobs in separate files with reduced config file merging conflict resolution.
90d1c69e
name: Bug Report
about: Template for bug reports
labels: kind/bug
Expected Behavior
Actual Behavior
Steps to Reproduce the Problem
Additional Info
-
Kubernetes version:
Output of
kubectl version
:(paste your output here)
-
kube-ovn version:
(paste your output here)
-
operation-system/kernel version:
Output of
awk -F '=' '/PRETTY_NAME/ { print $2 }' /etc/os-release
: Output ofuname -r
:(paste your output here)