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

Remove unecessary flags in cloud-controller-manager #34

Open
andrewsykim opened this issue May 23, 2019 · 11 comments
Open

Remove unecessary flags in cloud-controller-manager #34

andrewsykim opened this issue May 23, 2019 · 11 comments
Assignees
Labels
lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness. P2 Priority 2
Milestone

Comments

@andrewsykim
Copy link
Member

There's a bunch of unnecessary flags that were added to the cloud-controller-manager as it was back ported from the kube-controller-manager. We should remove (or deprecate) those flags, specifically flags associated with a single provider (e.g. --cloud-provider-gce-lb-src-cidrs)

cc @timoreimann

@timoreimann
Copy link
Contributor

@andrewsykim I'd be happy to take over this one, either partially or completely. Given the number of flags available, I'd appreciate any advice on how to determine which flags should stay and which may be dropped.

Thanks!

@andrewsykim
Copy link
Member Author

@timoreimann do you have all the flags handy from the DO CCM? If you list them here I can list which ones are still needed today.

@timoreimann
Copy link
Contributor

@andrewsykim sure, here you go (note that the description of the --cloud-provider-gce-lb-src-cidrs flag is due to a local patch of ours to make it work):

the cloud specific control loops shipped with Kubernetes.

Usage:
  cloud-controller-manager [flags]

Debugging flags:

      --contention-profiling   Enable lock contention profiling, if profiling is enabled
      --profiling              Enable profiling via web interface host:port/debug/pprof/

Generic flags:

      --allocate-node-cidrs                      Should CIDRs for Pods be allocated and set on the cloud provider.
      --cidr-allocator-type string               Type of CIDR allocator to use (default "RangeAllocator")
      --cloud-config string                      The path to the cloud provider configuration file. Empty string for no configuration file.
      --cloud-provider string                    The provider for cloud services. Empty string for no provider.
      --cloud-provider-gce-lb-src-cidrs string   NOT USED (workaround for https://github.com/kubernetes/kubernetes/issues/76205)
      --cluster-cidr string                      CIDR Range for Pods in cluster. Requires --allocate-node-cidrs to be true
      --cluster-name string                      The instance prefix for the cluster. (default "kubernetes")
      --configure-cloud-routes                   Should CIDRs allocated by allocate-node-cidrs be configured on the cloud provider. (default true)
      --controller-start-interval duration       Interval between starting controller managers.
      --controllers strings                      A list of controllers to enable. '*' enables all on-by-default controllers, 'foo' enables the controller named 'foo', '-foo' disables the controller named 'foo'.
                                                 All controllers: cloud-node, cloud-node-lifecycle, route, service
                                                 Disabled-by-default controllers:  (default [*])
      --external-cloud-volume-plugin string      The plugin to use when cloud provider is set to external. Can be empty, should only be set when cloud-provider is external. Currently used to allow node and volume controllers to work for in tree cloud providers.
      --feature-gates mapStringBool              A set of key=value pairs that describe feature gates for alpha/experimental features. Options are:
                                                 APIListChunking=true|false (BETA - default=true)
                                                 APIResponseCompression=true|false (ALPHA - default=false)
                                                 AllAlpha=true|false (ALPHA - default=false)
                                                 AppArmor=true|false (BETA - default=true)
                                                 AttachVolumeLimit=true|false (BETA - default=true)
                                                 BalanceAttachedNodeVolumes=true|false (ALPHA - default=false)
                                                 BlockVolume=true|false (BETA - default=true)
                                                 BoundServiceAccountTokenVolume=true|false (ALPHA - default=false)
                                                 CPUManager=true|false (BETA - default=true)
                                                 CRIContainerLogRotation=true|false (BETA - default=true)
                                                 CSIBlockVolume=true|false (BETA - default=true)
                                                 CSIDriverRegistry=true|false (BETA - default=true)
                                                 CSIInlineVolume=true|false (ALPHA - default=false)
                                                 CSIMigration=true|false (ALPHA - default=false)
                                                 CSIMigrationAWS=true|false (ALPHA - default=false)
                                                 CSIMigrationGCE=true|false (ALPHA - default=false)
                                                 CSIMigrationOpenStack=true|false (ALPHA - default=false)
                                                 CSINodeInfo=true|false (BETA - default=true)
                                                 CustomCPUCFSQuotaPeriod=true|false (ALPHA - default=false)
                                                 CustomResourcePublishOpenAPI=true|false (ALPHA - default=false)
                                                 CustomResourceSubresources=true|false (BETA - default=true)
                                                 CustomResourceValidation=true|false (BETA - default=true)
                                                 CustomResourceWebhookConversion=true|false (ALPHA - default=false)
                                                 DebugContainers=true|false (ALPHA - default=false)
                                                 DevicePlugins=true|false (BETA - default=true)
                                                 DryRun=true|false (BETA - default=true)
                                                 DynamicAuditing=true|false (ALPHA - default=false)
                                                 DynamicKubeletConfig=true|false (BETA - default=true)
                                                 ExpandCSIVolumes=true|false (ALPHA - default=false)
                                                 ExpandInUsePersistentVolumes=true|false (ALPHA - default=false)
                                                 ExpandPersistentVolumes=true|false (BETA - default=true)
                                                 ExperimentalCriticalPodAnnotation=true|false (ALPHA - default=false)
                                                 ExperimentalHostUserNamespaceDefaulting=true|false (BETA - default=false)
                                                 HyperVContainer=true|false (ALPHA - default=false)
                                                 KubeletPodResources=true|false (ALPHA - default=false)
                                                 LocalStorageCapacityIsolation=true|false (BETA - default=true)
                                                 MountContainers=true|false (ALPHA - default=false)
                                                 NodeLease=true|false (BETA - default=true)
                                                 PodShareProcessNamespace=true|false (BETA - default=true)
                                                 ProcMountType=true|false (ALPHA - default=false)
                                                 QOSReserved=true|false (ALPHA - default=false)
                                                 ResourceLimitsPriorityFunction=true|false (ALPHA - default=false)
                                                 ResourceQuotaScopeSelectors=true|false (BETA - default=true)
                                                 RotateKubeletClientCertificate=true|false (BETA - default=true)
                                                 RotateKubeletServerCertificate=true|false (BETA - default=true)
                                                 RunAsGroup=true|false (BETA - default=true)
                                                 RuntimeClass=true|false (BETA - default=true)
                                                 SCTPSupport=true|false (ALPHA - default=false)
                                                 ScheduleDaemonSetPods=true|false (BETA - default=true)
                                                 ServerSideApply=true|false (ALPHA - default=false)
                                                 ServiceNodeExclusion=true|false (ALPHA - default=false)
                                                 StorageVersionHash=true|false (ALPHA - default=false)
                                                 StreamingProxyRedirects=true|false (BETA - default=true)
                                                 SupportNodePidsLimit=true|false (ALPHA - default=false)
                                                 SupportPodPidsLimit=true|false (BETA - default=true)
                                                 Sysctls=true|false (BETA - default=true)
                                                 TTLAfterFinished=true|false (ALPHA - default=false)
                                                 TaintBasedEvictions=true|false (BETA - default=true)
                                                 TaintNodesByCondition=true|false (BETA - default=true)
                                                 TokenRequest=true|false (BETA - default=true)
                                                 TokenRequestProjection=true|false (BETA - default=true)
                                                 ValidateProxyRedirects=true|false (BETA - default=true)
                                                 VolumeSnapshotDataSource=true|false (ALPHA - default=false)
                                                 VolumeSubpathEnvExpansion=true|false (ALPHA - default=false)
                                                 WinDSR=true|false (ALPHA - default=false)
                                                 WinOverlay=true|false (ALPHA - default=false)
                                                 WindowsGMSA=true|false (ALPHA - default=false)
      --kube-api-burst int32                     Burst to use while talking with kubernetes apiserver. (default 30)
      --kube-api-content-type string             Content type of requests sent to apiserver. (default "application/vnd.kubernetes.protobuf")
      --kube-api-qps float32                     QPS to use while talking with kubernetes apiserver. (default 20)
      --leader-elect                             Start a leader election client and gain leadership before executing the main loop. Enable this when running replicated components for high availability. (default true)
      --leader-elect-lease-duration duration     The duration that non-leader candidates will wait after observing a leadership renewal until attempting to acquire leadership of a led but unrenewed leader slot. This is effectively the maximum duration that a leader can be stopped before it is replaced by another candidate. This is only applicable if leader election is enabled. (default 15s)
      --leader-elect-renew-deadline duration     The interval between attempts by the acting master to renew a leadership slot before it stops leading. This must be less than or equal to the lease duration. This is only applicable if leader election is enabled. (default 10s)
      --leader-elect-resource-lock endpoints     The type of resource object that is used for locking during leader election. Supported options are endpoints (default) and `configmaps`. (default "endpoints")
      --leader-elect-retry-period duration       The duration the clients should wait between attempting acquisition and renewal of a leadership. This is only applicable if leader election is enabled. (default 2s)
      --min-resync-period duration               The resync period in reflectors will be random between MinResyncPeriod and 2*MinResyncPeriod. (default 12h0m0s)
      --node-monitor-period duration             The period for syncing NodeStatus in NodeController. (default 5s)
      --route-reconciliation-period duration     The period for reconciling routes created for Nodes by cloud provider. (default 10s)
      --use-service-account-credentials          If true, use individual service account credentials for each controller.

Service controller flags:

      --concurrent-service-syncs int32   The number of services that are allowed to sync concurrently. Larger number = more responsive service management, but more CPU (and network) load (default 1)

Secure serving flags:

      --bind-address ip                        The IP address on which to listen for the --secure-port port. The associated interface(s) must be reachable by the rest of the cluster, and by CLI/web clients. If blank, all interfaces will be used (0.0.0.0 for all IPv4 interfaces and :: for all IPv6 interfaces). (default 0.0.0.0)
      --cert-dir string                        The directory where the TLS certs are located. If --tls-cert-file and --tls-private-key-file are provided, this flag will be ignored.
      --http2-max-streams-per-connection int   The limit that the server gives to clients for the maximum number of streams in an HTTP/2 connection. Zero means to use golang's default.
      --secure-port int                        The port on which to serve HTTPS with authentication and authorization.If 0, don't serve HTTPS at all. (default 10258)
      --tls-cert-file string                   File containing the default x509 Certificate for HTTPS. (CA cert, if any, concatenated after server cert). If HTTPS serving is enabled, and --tls-cert-file and --tls-private-key-file are not provided, a self-signed certificate and key are generated for the public address and saved to the directory specified by --cert-dir.
      --tls-cipher-suites strings              Comma-separated list of cipher suites for the server. If omitted, the default Go cipher suites will be use.  Possible values: TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305,TLS_ECDHE_ECDSA_WITH_RC4_128_SHA,TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305,TLS_ECDHE_RSA_WITH_RC4_128_SHA,TLS_RSA_WITH_3DES_EDE_CBC_SHA,TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_128_CBC_SHA256,TLS_RSA_WITH_AES_128_GCM_SHA256,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_RSA_WITH_AES_256_GCM_SHA384,TLS_RSA_WITH_RC4_128_SHA
      --tls-min-version string                 Minimum TLS version supported. Possible values: VersionTLS10, VersionTLS11, VersionTLS12
      --tls-private-key-file string            File containing the default x509 private key matching --tls-cert-file.
      --tls-sni-cert-key namedCertKey          A pair of x509 certificate and private key file paths, optionally suffixed with a list of domain patterns which are fully qualified domain names, possibly with prefixed wildcard segments. If no domain patterns are provided, the names of the certificate are extracted. Non-wildcard matches trump over wildcard matches, explicit domain patterns trump over extracted names. For multiple key/certificate pairs, use the --tls-sni-cert-key multiple times. Examples: "example.crt,example.key" or "foo.crt,foo.key:*.foo.com,foo.com". (default [])

Insecure serving flags:

      --address ip   The IP address on which to serve the insecure --port (set to 0.0.0.0 for all IPv4 interfaces and :: for all IPv6 interfaces). (default 0.0.0.0) (DEPRECATED: see --bind-address instead.)
      --port int     The port on which to serve unsecured, unauthenticated access. Set to 0 to disable. (DEPRECATED: see --secure-port instead.)

Authentication flags:

      --authentication-kubeconfig string                  kubeconfig file pointing at the 'core' kubernetes server with enough rights to create tokenaccessreviews.authentication.k8s.io. This is optional. If empty, all token requests are considered to be anonymous and no client CA is looked up in the cluster.
      --authentication-skip-lookup                        If false, the authentication-kubeconfig will be used to lookup missing authentication configuration from the cluster.
      --authentication-token-webhook-cache-ttl duration   The duration to cache responses from the webhook token authenticator. (default 10s)
      --authentication-tolerate-lookup-failure            If true, failures to look up missing authentication configuration from the cluster are not considered fatal. Note that this can result in authentication that treats all requests as anonymous.
      --client-ca-file string                             If set, any request presenting a client certificate signed by one of the authorities in the client-ca-file is authenticated with an identity corresponding to the CommonName of the client certificate.
      --requestheader-allowed-names strings               List of client certificate common names to allow to provide usernames in headers specified by --requestheader-username-headers. If empty, any client certificate validated by the authorities in --requestheader-client-ca-file is allowed.
      --requestheader-client-ca-file string               Root certificate bundle to use to verify client certificates on incoming requests before trusting usernames in headers specified by --requestheader-username-headers. WARNING: generally do not depend on authorization being already done for incoming requests.
      --requestheader-extra-headers-prefix strings        List of request header prefixes to inspect. X-Remote-Extra- is suggested. (default [x-remote-extra-])
      --requestheader-group-headers strings               List of request headers to inspect for groups. X-Remote-Group is suggested. (default [x-remote-group])
      --requestheader-username-headers strings            List of request headers to inspect for usernames. X-Remote-User is common. (default [x-remote-user])

Authorization flags:

      --authorization-always-allow-paths strings                A list of HTTP paths to skip during authorization, i.e. these are authorized without contacting the 'core' kubernetes server. (default [/healthz])
      --authorization-kubeconfig string                         kubeconfig file pointing at the 'core' kubernetes server with enough rights to create subjectaccessreviews.authorization.k8s.io. This is optional. If empty, all requests not skipped by authorization are forbidden.
      --authorization-webhook-cache-authorized-ttl duration     The duration to cache 'authorized' responses from the webhook authorizer. (default 10s)
      --authorization-webhook-cache-unauthorized-ttl duration   The duration to cache 'unauthorized' responses from the webhook authorizer. (default 10s)

Misc flags:

      --kubeconfig string                       Path to kubeconfig file with authorization and master location information.
      --master string                           The address of the Kubernetes API server (overrides any value in kubeconfig).
      --node-status-update-frequency duration   Specifies how often the controller updates nodes' status. (default 5m0s)

Global flags:

      --alsologtostderr                  log to standard error as well as files
  -h, --help                             help for cloud-controller-manager
      --log-backtrace-at traceLocation   when logging hits line file:N, emit a stack trace (default :0)
      --log-dir string                   If non-empty, write log files in this directory
      --log-file string                  If non-empty, use this log file
      --log-flush-frequency duration     Maximum number of seconds between log flushes (default 5s)
      --logtostderr                      log to standard error instead of files (default true)
      --skip-headers                     If true, avoid header prefixes in the log messages
      --stderrthreshold severity         logs at or above this threshold go to stderr
  -v, --v Level                          number for the log level verbosity
      --version version[=true]           Print version information and quit
      --vmodule moduleSpec               comma-separated list of pattern=N settings for file-filtered logging

@timoreimann
Copy link
Contributor

Hey @andrewsykim 👋 -- have you had a chance to take a look at the output I pasted above?

@andrewsykim
Copy link
Member Author

Hey @timoreimann sorry for the delay. So after going through some of the flags I actually do think we need most of those. The two that I think are safe to remove are:

  • --cloud-provider-gce-lb-src-cidrs - which you already fixed
  • --external-cloud-volume-plugin - this is a flag we only needed in the kube-controller-manager to enable some of the in-tree volume plugins but I don't think it's required in the CCM at this point.

@cheftako do you see anything else here that can be cleaned up?

@timoreimann
Copy link
Contributor

timoreimann commented Jun 21, 2019

@andrewsykim thanks for checking. I had a few others in mind that I probably just lack context around. Could I ask you to briefly describe why these are needed:

  • anything around what seems to be HTTP/S serving (e.g., --bind-address, --http2-max-streams-per-connection, --secure-port, --tls-*): is that to serve Prometheus metrics, or something else? (EDIT: does leader election depend on this?)
  • the authentication flags: we had reports from DO users about this part causing DO-CCM to fail to start up when we updated to the Kubernetes 1.14 dependencies. Specifically, --authentication-skip-lookup=true was needed to help here. What's the use case for a CCM to authenticate users? (I suppose the answer might be connected to my question above about serving HTTP.)
  • the authorization flags: similarly, what/whom does CCM need to authorize? Specifically, the CLI help output for --authorization-kubeconfig mentions having enough rights to create subjectaccessreviews.authorization.k8s.io which seems to be API server territory?

@andrewsykim andrewsykim added this to the v1.16 milestone Jul 10, 2019
@andrewsykim andrewsykim added the P2 Priority 2 label Jul 10, 2019
@andrewsykim andrewsykim modified the milestones: v1.16, v1.17 Oct 2, 2019
@fejta-bot
Copy link

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Dec 31, 2019
@cheftako
Copy link
Member

cheftako commented Jan 2, 2020

/remove-lifecycle stale

@k8s-ci-robot k8s-ci-robot removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Jan 2, 2020
@cheftako
Copy link
Member

cheftako commented Jan 2, 2020

/lifecycle frozen

@k8s-ci-robot k8s-ci-robot added the lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness. label Jan 2, 2020
@andrewsykim andrewsykim modified the milestones: v1.17, v1.18 Jan 22, 2020
@andrewsykim
Copy link
Member Author

@timoreimann are you able to work on this still?

@andrewsykim andrewsykim modified the milestones: v1.18, Next Apr 15, 2020
@timoreimann
Copy link
Contributor

@andrewsykim yep for sure. It's been awhile since I checked in on this one, last time I did there were a number of open questions around some flags at #34 (comment). If you have a moment, could you go through them and let me know which of the flags I explicitly mentioned are needed for sure?

jaidevmane pushed a commit to jaidevmane/cloud-provider that referenced this issue Mar 15, 2024
Update embargo doc link in SECURITY_CONTACTS and change PST to PSC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness. P2 Priority 2
Projects
None yet
Development

No branches or pull requests

5 participants