cilium features summary

Stores and generates the summary for the features tested on a CI run

Synopsis

This command will connect to GitHub to retrieve the metrics generated on a CI run and will generate a summary with the report. Requires a GitHub Token in GITHUB_TOKEN environment variable with permissions to access contents. Direct Link: https://github.com/settings/tokens/new?description=CI%20Summary%20Generator&scopes=public_repo

cilium features summary [flags]

Options

  -a, --anchor                     Add workaround HTML anchor to generated markdown (For GitHub step summary).
  -c, --commit string              Commit SHA to retrieve the metrics.
  -h, --help                       help for summary
      --metrics-directory string   Directory where the metrics are saved from GitHub. (default "ci-features-metrics")
  -o, --output string              Output format. One of: markdown (default "markdown")
      --output-file string         Outputs into a file. Defaults to stdout (default "-")
  -r, --repo string                Repository to retrieve the metrics from CI. (default "cilium/cilium")

Options inherited from parent commands

      --as string                  Username to impersonate for the operation. User could be a regular user or a service account in a namespace.
      --as-group stringArray       Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
      --context string             Kubernetes configuration context
      --helm-release-name string   Helm release name (default "cilium")
      --kubeconfig string          Path to the kubeconfig file
  -n, --namespace string           Namespace Cilium is running in. Can also be set via CILIUM_NAMESPACE env var (default "kube-system")

SEE ALSO