apiserver/pkg/server/options
Walter Fender 9bdac68d70 Get network-proxy working with GCE.
Got the proxy-server coming up in the master.
Added certs and have it comiung up with those certs.
Added a daemonset to run the network-agent.
Adding support for agent running as a sameon set on every node.

Added quick hack to test that proxy server/agent were correctly
tunneling traffic to the kubelet.

Added more WIP for reading network proxy configuration.
Get flags set correctly and fix connection services.
Adding missing ApplyTo
Added ConnectivityService.
Fixed build directives. Added connectivity service configuration.
Fixed log levels.
Fixed minor issues for feature turned off.
Fixed boilerplate and format.
Moved log dialer initialization earlier as per Liggits suggestion.
Fixed a few minor issues in the configuration for GCE.
Fixed scheme allocation
Adding unit test.
Added test for direct connectivity service.

Switching to injecting the Lookup method rather than using a Singleton.
First round of mikedaneses feedback.
Fixed deployment to use yaml and other changes suggested by MikeDanese.

Switched network proxy server/agent which are kebab-case not camelCase.
Picked up DIAL_RSP fix.
Factored in deads2k feedback.
Feedback from mikedanese
Factored in second round of feedback from David.
Fix path in verify.
Factored in anfernee's feedback.
First part of lavalamps feedback.
Factored in more changes from lavalamp and mikedanese.

Renamed network-proxy to konnectivity-server and konnectivity-agent.
Fixed tolerations and config file checking.
Added missing strptr
Finished lavalamps requested rename.
Disambiguating konnectivity service by renaming it egress selector.

Switched feature flag to KUBE_ENABLE_EGRESS_VIA_KONNECTIVITY_SERVICE

Kubernetes-commit: ebb65c5f4c51340f42c260cf00bde8629ed68d74
2019-05-20 12:44:51 -07:00
..
encryptionconfig Allow kube-apiserver to test the status of kms-plugin. 2019-05-30 11:15:35 -07:00
testdata Allow kube-apiserver to test the status of kms-plugin. 2019-05-30 11:15:35 -07:00
OWNERS Updated OWNERS files to include link to docs 2019-01-30 20:05:00 +01:00
admission.go Remove the propagated scheme from the Admission chain 2019-02-16 13:28:14 -08:00
admission_test.go fix typo 2018-04-04 16:03:17 +08:00
api_enablement.go Remove the propagated scheme from the Admission chain 2019-02-16 13:28:14 -08:00
api_enablement_test.go Moved flag and globalflag 2019-02-15 10:28:13 -05:00
audit.go adds dynamic audit integration test 2018-10-16 16:17:33 -06:00
audit_test.go update import of generic featuregate code from k8s.io/apiserver/pkg/util/feature -> k8s.io/component-base/featuregate 2019-03-04 12:46:52 -05:00
authentication.go fix typo in warning advice for permissions 2019-01-04 09:58:06 -05:00
authentication_test.go Allow kube-scheduler to tolerate cluster auth config lookup failure 2018-12-05 13:51:06 -05:00
authorization.go Move from glog to klog 2018-11-09 13:49:10 -05:00
coreapi.go removes Authorizer and ExternalClientSet from kubeapiserver's admission initializer. 2017-10-03 18:08:30 +02:00
deprecated_insecure_serving.go Fix max port value to 65535 2019-06-24 15:13:27 -04:00
doc.go move apiserver options 2017-02-02 09:36:48 -05:00
egress_selector.go Get network-proxy working with GCE. 2019-05-20 12:44:51 -07:00
etcd.go Allow kube-apiserver to test the status of kms-plugin. 2019-05-30 11:15:35 -07:00
etcd_test.go Allow kube-apiserver to test the status of kms-plugin. 2019-05-30 11:15:35 -07:00
events.go adds dynamic audit configuration 2018-10-18 21:34:17 -05:00
feature.go Remove build/verify scripts for swagger 1.2 API docs, API server swagger ui / swagger 1.2 config 2019-01-15 10:44:36 -05:00
recommended.go Get network-proxy working with GCE. 2019-05-20 12:44:51 -07:00
server_run_options.go add readyz endpoint for kube-apiserver readiness checks 2019-05-30 11:19:49 -07:00
server_run_options_test.go add readyz endpoint for kube-apiserver readiness checks 2019-05-30 11:19:49 -07:00
serving.go Moved flag and globalflag 2019-02-15 10:28:13 -05:00
serving_test.go fix duplicated imports of k8s code (#77484) 2019-05-08 18:39:56 +00:00
serving_with_loopback.go kube-scheduler: enable secure ports 10259 2018-09-05 16:42:16 +08:00
webhook.go adds dynamic audit configuration 2018-10-18 21:34:17 -05:00