navigator icon indicating copy to clipboard operation
navigator copied to clipboard

Add feature flag support

Open kragniz opened this issue 7 years ago • 3 comments

What this PR does / why we need it: adds support for generic feature flags

Which issue this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged): fixes #335

Special notes for your reviewer:

Release note:

Add support for feature flags

kragniz avatar Apr 24 '18 16:04 kragniz

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: To fully approve this pull request, please assign additional approvers. We suggest the following additional approver: munnerz

Assign the PR to them by writing /assign @munnerz in a comment when ready.

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment Approvers can cancel approval by writing /approve cancel in a comment

jetstack-bot avatar Apr 24 '18 16:04 jetstack-bot

The output looks like this:

./navigator-controller_linux_amd64 --help

cert-manager is a Kubernetes addon to automate the management and issuance of
TLS certificates from various issuing sources.

It will ensure certificates are valid and up to date periodically, and attempt
to renew certificates at an appropriate time before expiry.

Usage:
  cert-manager-controller [flags]

Flags:
      --alsologtostderr                           log to standard error as well as files
      --feature-gates string                      A set of key=value pairs that describe feature gates for various features. Options are:
Example=true|false (ALPHA - default=false)
...

wallrj avatar Apr 26 '18 08:04 wallrj

@kragniz: PR needs rebase.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

jetstack-bot avatar Jun 08 '18 01:06 jetstack-bot