Advertisement
kfirufk

docker logs 9157646a1ab1

Sep 24th, 2016
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.75 KB | None | 0 0
  1. docker logs 9157646a1ab1
  2. Error: invalid argument "coreos-2.tux-in.com" for --advertise-address=coreos-2.tux-in.com: failed to parse IP: "coreos-2.tux-in.com"
  3.  
  4. The main API entrypoint and interface to the storage system. The API server is
  5. also the focal point for all authorization decisions.
  6.  
  7. Usage:
  8. apiserver [flags]
  9.  
  10. Available Flags:
  11. --admission-control="AlwaysAdmit": Ordered list of plug-ins to do admission control of resources into cluster. Comma-delimited list of: AlwaysAdmit, AlwaysDeny, AlwaysPullImages, DenyEscalatingExec, DenyExecOnPrivileged, InitialResources, LimitPodHardAntiAffinityTopology, LimitRanger, NamespaceAutoProvision, NamespaceExists, NamespaceLifecycle, PersistentVolumeLabel, PodSecurityPolicy, ResourceQuota, SecurityContextDeny, ServiceAccount
  12. --admission-control-config-file="": File with admission control configuration.
  13. --advertise-address=<nil>: The IP address on which to advertise the apiserver to members of the cluster. This address must be reachable by the rest of the cluster. If blank, the --bind-address will be used. If --bind-address is unspecified, the host's default interface will be used.
  14. --allow-privileged[=false]: If true, allow privileged containers.
  15. --alsologtostderr[=false]: log to standard error as well as files
  16. --apiserver-count=1: The number of apiservers running in the cluster
  17. --application-metrics-count-limit=100: Max number of application metrics to store (per container)
  18. --authentication-token-webhook-cache-ttl=2m0s: The duration to cache responses from the webhook token authenticator. Default is 2m
  19. --authentication-token-webhook-config-file="": File with webhook configuration for token authentication in kubeconfig format. The API server will query the remote service to determine authentication for bearer tokens.
  20. --authorization-mode="AlwaysAllow": Ordered list of plug-ins to do authorization on secure port. Comma-delimited list of: AlwaysAllow,AlwaysDeny,ABAC,Webhook,RBAC
  21. --authorization-policy-file="": File with authorization policy in csv format, used with --authorization-mode=ABAC, on the secure port.
  22. --authorization-rbac-super-user="": If specified, a username which avoids RBAC authorization checks and role binding privilege escalation checks, to be used with --authorization-mode=RBAC.
  23. --authorization-webhook-cache-authorized-ttl=5m0s: The duration to cache 'authorized' responses from the webhook authorizer. Default is 5m.
  24. --authorization-webhook-cache-unauthorized-ttl=30s: The duration to cache 'unauthorized' responses from the webhook authorizer. Default is 30s.
  25. --authorization-webhook-config-file="": File with webhook configuration in kubeconfig format, used with --authorization-mode=Webhook. The API server will query the remote service to determine access on the API server's secure port.
  26. --basic-auth-file="": If set, the file that will be used to admit requests to the secure port of the API server via http basic authentication.
  27. --bind-address=0.0.0.0: 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).
  28. --boot-id-file="/proc/sys/kernel/random/boot_id": Comma-separated list of files to check for boot-id. Use the first one that exists.
  29. --cert-dir="/var/run/kubernetes": The directory where the TLS certs are located (by default /var/run/kubernetes). If --tls-cert-file and --tls-private-key-file are provided, this flag will be ignored.
  30. --client-ca-file="": 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.
  31. --cloud-config="": The path to the cloud provider configuration file. Empty string for no configuration file.
  32. --cloud-provider="": The provider for cloud services. Empty string for no provider.
  33. --container-hints="/etc/cadvisor/container_hints.json": location of the container hints file
  34. --cors-allowed-origins=[]: List of allowed origins for CORS, comma separated. An allowed origin can be a regular expression to support subdomain matching. If this list is empty CORS will not be enabled.
  35. --delete-collection-workers=1: Number of workers spawned for DeleteCollection call. These are used to speed up namespace cleanup.
  36. --deserialization-cache-size=50000: Number of deserialized json objects to cache in memory.
  37. --docker="unix:///var/run/docker.sock": docker endpoint
  38. --docker-env-metadata-whitelist="": a comma-separated list of environment variable keys that needs to be collected for docker containers
  39. --docker-only[=false]: Only report docker containers in addition to root stats
  40. --docker-root="/var/lib/docker": DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker)
  41. --enable-garbage-collector[=false]: Enables the generic garbage collector. MUST be synced with the corresponding flag of the kube-controller-manager.
  42. --enable-load-reader[=false]: Whether to enable cpu load reader
  43. --enable-swagger-ui[=false]: Enables swagger ui on the apiserver at /swagger-ui
  44. --etcd-cafile="": SSL Certificate Authority file used to secure etcd communication
  45. --etcd-certfile="": SSL certification file used to secure etcd communication
  46. --etcd-keyfile="": SSL key file used to secure etcd communication
  47. --etcd-prefix="/registry": The prefix for all resource paths in etcd.
  48. --etcd-quorum-read[=false]: If true, enable quorum read
  49. --etcd-servers=[]: List of etcd servers to connect with (http://ip:port), comma separated.
  50. --etcd-servers-overrides=[]: Per-resource etcd servers overrides, comma separated. The individual override format: group/resource#servers, where servers are http://ip:port, semicolon separated.
  51. --event-storage-age-limit="default=0": Max length of time for which to store events (per type). Value is a comma separated list of key values, where the keys are event types (e.g.: creation, oom) or "default" and the value is a duration. Default is applied to all non-specified event types
  52. --event-storage-event-limit="default=0": Max number of events to store (per type). Value is a comma separated list of key values, where the keys are event types (e.g.: creation, oom) or "default" and the value is an integer. Default is applied to all non-specified event types
  53. --event-ttl=1h0m0s: Amount of time to retain events. Default 1 hour.
  54. --experimental-keystone-url="": If passed, activates the keystone authentication plugin
  55. --external-hostname="": The hostname to use when generating externalized URLs for this master (e.g. Swagger API Docs.)
  56. --global-housekeeping-interval=1m0s: Interval between global housekeepings
  57. --google-json-key="": The Google Cloud Platform Service Account JSON Key to use for authentication.
  58. -h, --help[=false]: help for hyperkube
  59. --housekeeping-interval=10s: Interval between container housekeepings
  60. --insecure-bind-address=127.0.0.1: The IP address on which to serve the --insecure-port (set to 0.0.0.0 for all interfaces). Defaults to localhost.
  61. --insecure-port=8080: The port on which to serve unsecured, unauthenticated access. Default 8080. It is assumed that firewall rules are set up such that this port is not reachable from outside of the cluster and that port 443 on the cluster's public address is proxied to this port. This is performed by nginx in the default setup.
  62. --ir-data-source="influxdb": Data source used by InitialResources. Supported options: influxdb, gcm.
  63. --ir-dbname="k8s": InfluxDB database name which contains metrics requred by InitialResources
  64. --ir-hawkular="": Hawkular configuration URL
  65. --ir-influxdb-host="localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api": Address of InfluxDB which contains metrics requred by InitialResources
  66. --ir-namespace-only[=false]: Whether the estimation should be made only based on data from the same namespace.
  67. --ir-password="root": Password used for connecting to InfluxDB
  68. --ir-percentile=90: Which percentile of samples should InitialResources use when estimating resources. For experiment purposes.
  69. --ir-user="root": User used for connecting to InfluxDB
  70. --kubelet-certificate-authority="": Path to a cert. file for the certificate authority.
  71. --kubelet-client-certificate="": Path to a client cert file for TLS.
  72. --kubelet-client-key="": Path to a client key file for TLS.
  73. --kubelet-https[=true]: Use https for kubelet connections
  74. --kubelet-timeout=5s: Timeout for kubelet operations
  75. --kubernetes-service-node-port=0: If non-zero, the Kubernetes master service (which apiserver creates/maintains) will be of type NodePort, using this as the value of the port. If zero, the Kubernetes master service will be of type ClusterIP.
  76. --log-backtrace-at=:0: when logging hits line file:N, emit a stack trace
  77. --log-cadvisor-usage[=false]: Whether to log the usage of the cAdvisor container
  78. --log-dir="": If non-empty, write log files in this directory
  79. --log-flush-frequency=5s: Maximum number of seconds between log flushes
  80. --logtostderr[=true]: log to standard error instead of files
  81. --long-running-request-regexp="(/|^)((watch|proxy)(/|$)|(logs?|portforward|exec|attach)/?$)": A regular expression matching long running requests which should be excluded from maximum inflight request handling.
  82. --machine-id-file="/etc/machine-id,/var/lib/dbus/machine-id": Comma-separated list of files to check for machine-id. Use the first one that exists.
  83. --master-service-namespace="default": The namespace from which the kubernetes master services should be injected into pods
  84. --max-connection-bytes-per-sec=0: If non-zero, throttle each user connection to this number of bytes/sec. Currently only applies to long-running requests
  85. --max-requests-inflight=400: The maximum number of requests in flight at a given time. When the server exceeds this, it rejects requests. Zero for no limit.
  86. --min-request-timeout=1800: An optional field indicating the minimum number of seconds a handler must keep a request open before timing it out. Currently only honored by the watch request handler, which picks a randomized value above this number as the connection timeout, to spread out load.
  87. --oidc-ca-file="": If set, the OpenID server's certificate will be verified by one of the authorities in the oidc-ca-file, otherwise the host's root CA set will be used
  88. --oidc-client-id="": The client ID for the OpenID Connect client, must be set if oidc-issuer-url is set
  89. --oidc-groups-claim="": If provided, the name of a custom OpenID Connect claim for specifying user groups. The claim value is expected to be an array of strings. This flag is experimental, please see the authentication documentation for further details.
  90. --oidc-issuer-url="": The URL of the OpenID issuer, only HTTPS scheme will be accepted. If set, it will be used to verify the OIDC JSON Web Token (JWT)
  91. --oidc-username-claim="sub": The OpenID claim to use as the user name. Note that claims other than the default ('sub') is not guaranteed to be unique and immutable. This flag is experimental, please see the authentication documentation for further details.
  92. --profiling[=true]: Enable profiling via web interface host:port/debug/pprof/
  93. --repair-malformed-updates[=true]: If true, server will do its best to fix the update request to pass the validation, e.g., setting empty UID in update request to its existing value. This flag can be turned off after we fix all the clients that send malformed updates.
  94. --runtime-config=: A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively.
  95. --secure-port=6443: The port on which to serve HTTPS with authentication and authorization. If 0, don't serve HTTPS at all.
  96. --service-account-key-file="": File containing PEM-encoded x509 RSA private or public key, used to verify ServiceAccount tokens. If unspecified, --tls-private-key-file is used.
  97. --service-account-lookup[=false]: If true, validate ServiceAccount tokens exist in etcd as part of authentication.
  98. --service-cluster-ip-range=<nil>: A CIDR notation IP range from which to assign service cluster IPs. This must not overlap with any IP ranges assigned to nodes for pods.
  99. --service-node-port-range=: A port range to reserve for services with NodePort visibility. Example: '30000-32767'. Inclusive at both ends of the range.
  100. --ssh-keyfile="": If non-empty, use secure SSH proxy to the nodes, using this user keyfile
  101. --ssh-user="": If non-empty, use secure SSH proxy to the nodes, using this user name
  102. --stderrthreshold=2: logs at or above this threshold go to stderr
  103. --storage-backend="": The storage backend for persistence. Options: 'etcd2' (default), 'etcd3'.
  104. --storage-driver-buffer-duration=1m0s: Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction
  105. --storage-driver-db="cadvisor": database name
  106. --storage-driver-host="localhost:8086": database host:port
  107. --storage-driver-password="root": database password
  108. --storage-driver-secure[=false]: use secure connection with database
  109. --storage-driver-table="stats": table name
  110. --storage-driver-user="root": database username
  111. --storage-media-type="application/json": The media type to use to store objects in storage. Defaults to application/json. Some resources may only support a specific media type and will ignore this setting.
  112. --storage-versions="apps/v1alpha1,authentication.k8s.io/v1beta1,authorization.k8s.io/v1beta1,autoscaling/v1,batch/v1,componentconfig/v1alpha1,extensions/v1beta1,federation/v1beta1,policy/v1alpha1,rbac.authorization.k8s.io/v1alpha1,v1": The per-group version to store resources in. Specified in the format "group1/version1,group2/version2,...". In the case where objects are moved from one group to the other, you may specify the format "group1=group2/v1beta1,group3/v1beta1,...". You only need to pass the groups you wish to change from the defaults. It defaults to a list of preferred versions of all registered groups, which is derived from the KUBE_API_VERSIONS environment variable.
  113. --tls-cert-file="": File containing 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 /var/run/kubernetes.
  114. --tls-private-key-file="": File containing x509 private key matching --tls-cert-file.
  115. --token-auth-file="": If set, the file that will be used to secure the secure port of the API server via token authentication.
  116. --v=0: log level for V logs
  117. --version[=false]: Print version information and quit
  118. --vmodule=: comma-separated list of pattern=N settings for file-filtered logging
  119. --watch-cache[=true]: Enable watch caching in the apiserver
  120. --watch-cache-sizes=[]: List of watch cache sizes for every resource (pods, nodes, etc.), comma separated. The individual override format: resource#size, where size is a number. It takes effect when watch-cache is enabled.
  121. invalid argument "coreos-2.tux-in.com" for --advertise-address=coreos-2.tux-in.com: failed to parse IP: "coreos-2.tux-in.com"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement