Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the parameter of vc-admission to start with -- #553

Closed
k82cn opened this issue Nov 26, 2019 · 0 comments · Fixed by #567
Closed

Update the parameter of vc-admission to start with -- #553

k82cn opened this issue Nov 26, 2019 · 0 comments · Fixed by #567
Labels
area/webhooks help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. kind/bug Categorizes issue or PR as related to a bug.
Milestone

Comments

@k82cn
Copy link
Member

k82cn commented Nov 26, 2019

Is this a BUG REPORT or FEATURE REQUEST?:

/kind bug

Description:

The parameter of vc-admission should start with -- to align with other components.

Usage of ./volcano/sbin/vc-admission:
  -alsologtostderr
        log to standard error as well as files
  -ca-cert-file string
        File containing the x509 Certificate for HTTPS.
  -kubeconfig string
        Path to kubeconfig file with authorization and master location information.
  -log_backtrace_at value
        when logging hits line file:N, emit a stack trace
  -log_dir string
        If non-empty, write log files in this directory
  -logtostderr
        log to standard error instead of files
  -master string
        The address of the Kubernetes API server (overrides any value in kubeconfig)
  -mutate-webhook-config-name string
        Name of the mutatingwebhookconfiguration resource in Kubernetes [Deprecated]: it will be generated when not specified.
  -mutate-webhook-name string
        Name of the webhook entry in the webhook config. [Deprecated]: it will be generated when not specified
  -port int
        the port used by admission-controller-server. (default 443)
  -scheduler-name string
        Volcano will handle pods whose .spec.SchedulerName is same as scheduler-name (default "volcano")
  -stderrthreshold value
        logs at or above this threshold go to stderr
  -tls-cert-file string
        File containing the default x509 Certificate for HTTPS. (CA cert, if any, concatenated after server cert).
  -tls-private-key-file string
        File containing the default x509 private key matching --tls-cert-file.
  -v value
        log level for V logs
  -validate-webhook-config-name string
        Name of the mutatingwebhookconfiguration resource in Kubernetes. [Deprecated]: it will be generated when not specified
  -validate-webhook-name string
        Name of the webhook entry in the webhook config. [Deprecated]: it will be generated when not specified
  -version
        Show version and quit
  -vmodule value
        comma-separated list of pattern=N settings for file-filtered logging
  -webhook-namespace string
        The namespace of this webhook (default "default")
  -webhook-service-name string
        The name of this admission service (default "admission-service")

@k82cn k82cn added kind/bug Categorizes issue or PR as related to a bug. area/webhooks help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. labels Nov 26, 2019
@k82cn k82cn added this to the v0.3 milestone Nov 26, 2019
This was referenced Nov 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/webhooks help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant