Ryan Bonham
ac5a2ec2a0
Fix syntax error
2019-03-29 14:19:59 -05:00
Ryan Bonham
67c2f50732
Handle unset KubeAPIServer.CPURequest
2019-03-29 14:07:05 -05:00
Ryan Bonham
a75dcdda35
Add Ability to set cpu request for api server
2019-03-29 13:56:21 -05:00
Justin SB
31f408c978
Support etcd-manager in kops 1.12
...
In 1.12 (kops & kubenetes):
* We default etcd-manager on
* We default to etcd3
* We default to full TLS for etcd (client and peer)
* We stop allowing external access to etcd
2019-03-14 23:13:06 -04:00
Derek Lemon -T (delemon - AEROTEK INC at Cisco)
4f0169bb79
codegen
2019-01-16 09:30:40 -07:00
Justin SB
26bd75aecb
Bulk spelling fixes
...
Experimenting with my own spelling checker, these are the typos it caught.
2018-12-20 17:43:56 -05:00
fernando.carletti
4b27e6c8ee
Add flag to disable Basic Auth.
2018-10-16 19:04:38 -05:00
Rob Graham
4b07a07ad5
Merge branch 'master' into issue-4252-dns
2018-07-23 14:00:09 +01:00
Rob Graham
8ccf42f4a2
GH-4252 Better name for the config value and also add to v1alpha1 API
2018-07-23 13:48:35 +01:00
Christian Kampka
581eec3eca
Don't mount volume for auditLog when STDOUT is configured as path
...
Fixes #4202
2018-07-16 22:53:58 +02:00
k8s-ci-robot
35b7d5791d
Merge pull request #5424 from rdrgmnzs/fix_aws-authenticator_read_perms
...
Fix the issue described in #5412 where the authenticator is no longer…
2018-07-11 15:29:26 -07:00
Rodrigo Menezes
a31c0186da
add comment
2018-07-10 10:27:13 -07:00
Rodrigo Menezes
b296e6fcbf
Fix the issue described in #5412 where the authenticator is no longer able to read the K8s CAs.
2018-07-09 23:57:58 -07:00
Rodrigo Menezes
f5e3d434fb
fix cert location
2018-07-09 15:04:13 -07:00
Rodrigo Menezes
414b3a780b
Rename hept.io authenticator to aws authenticator
2018-07-08 10:10:19 -07:00
Rob Graham
ae327e1e8c
wrestling with the api stuff
2018-07-02 15:16:37 +01:00
Rob Graham
cc589ae538
Reworked to use loadbalancer only if config is specified
2018-07-02 12:02:50 +01:00
Rob Graham
64974fdd5b
GH-4252 Only manage internal DNS zone if configuration has been specified
2018-06-22 15:05:47 +01:00
k8s-ci-robot
8fad9da430
Merge pull request #5352 from gambol99/nodeup_clean
...
Nodeup clean
2018-06-21 09:23:47 -07:00
Rohith
c9db958696
- cleanup up elements, imports and comments
2018-06-20 09:26:31 +01:00
Rohith
f4e90e1035
Removing Duplication
...
- removing the duplication code (i think by me :-)) and reusing the BuildCertificateTaskd and BuildPrivateKeyTask
2018-06-19 23:15:53 +01:00
Rohith
b62d6df115
Admission Controller Fix
...
A previous PR https://github.com/kubernetes/kops/pull/5221/ introduced the --enable-admission-plugins for >= 1.10.0 as recommended, it does however cause an issue if you already have AdmissionControl is specified in the Spec as both flags get rendered
2018-06-02 19:46:55 +01:00
Rohith
f31f544ff2
File Permissions Private Key
...
- adjusting the file permissions on the heptio authenticator to 0600
2018-06-01 15:34:37 +01:00
Rodrigo Menezes
f0476776b1
fix file perms
2018-05-31 21:11:06 -07:00
Rodrigo Menezes
5ce8f9e712
Setup heptio authenticator
2018-05-23 17:48:33 -07:00
Kashif Saadat
ac25853cd5
- Add etcdClusterSpec Image & Version in bootstrap data for Master nodes
...
- Reuse execWithTee fn for ETCD Command (tee & mkfifo in different path for newer image versions)
2018-02-10 12:14:36 +00:00
Justin Santa Barbara
7ca593b994
exec target command, but still pipe it to tee
...
Equivalent of https://github.com/kubernetes/kubernetes/pull/57756
2018-01-25 10:15:24 -05:00
Justin Santa Barbara
a879521ba3
Initial aggregation support
...
Create the keypairs, which are supposed to be signed by a different CA.
Set the `--requestheader-...` flags on apiserver.
Fix #3152
Fix #2691
2017-10-22 14:41:38 -04:00
Justin Santa Barbara
95d4f3eb59
More code updates for 1.8
2017-10-01 21:13:00 -04:00
Justin Santa Barbara
3478031533
API types changed package
2017-10-01 14:03:56 -04:00
Justin Santa Barbara
383194780a
Create helper function for critical pod annotations
...
In particularly I think we want a toleration also; easiest to put the
code in one function.
2017-09-30 17:38:20 -04:00
Julian V. Modesto
ae9d332b93
Set critical pod annotations
2017-09-30 01:28:59 -04:00
Rohith
a7abb07d56
Component Manifests
...
The current kube manifest redirect all the logs into host located log files, this PR uses the tee command to pipe into both local logs (retaining the current) and docker stdout (which will be picked up by the journald or which every logging your using. Note also permits as to now need the logs via the kubectl command.
- renamed some of the files to make things cleaner
- redirecting the logs from the kubernetes components into local file and stdout
- cleaned up any vetting or linting error i came across
2017-09-27 15:48:41 +01:00