Bryce Cronkite-Ratcliff
ef9bc21b8f
Error if HTTP & SSH parameters provided
...
If both HTTP and SSH parameters are provided to the container on
startup, return an error to help users that have confused their
configurations.
2018-06-01 14:45:06 -07:00
Bryce Cronkite-Ratcliff
f69e8fb2c0
Add gitcookie configuration option
...
Add an option to specify a git http cookie file in the k8s yaml
that will be configured as the global git cookie file in the git-sync
client.
This is a useful access mechanism for some some hosted repositories
where SSH and passwords are not easily available, such as Google Cloud
Source Repositories.
2018-06-01 14:45:06 -07:00
mattjmcnaughton
71ea5e8473
Fix README
...
The README instructs the user to overwrite the TAG variable to set the
tag on `make container`. However, the user should actually overwrite the
`VERSION` variable.
2018-06-01 08:11:24 -07:00
Michael Grosser
9253fe3c3c
Add security contacts
...
Security contacts according to template (https://github.com/kubernetes/kubernetes-template-project/blob/master/SECURITY_CONTACTS )
2018-05-24 08:57:57 -07:00
Tim Hockin
8c16b75db3
Use k8s GCR vanity URL
2018-04-06 13:15:46 -04:00
Sebastian Mandrean
86b15b1c2a
Run Go build-image without TTY
2018-03-29 20:55:21 -07:00
Tim Hockin
f3f3180419
Merge pull request #86 from wanghanlin/patch-1
...
Update ssh.md
2018-03-29 20:53:03 -07:00
Hanlin Wang
d22b14bec9
Update ssh.md
2018-03-10 15:31:55 +08:00
Tim Hockin
41ca15c427
Merge pull request #83 from thockin/master
...
add -- to gcloud CLI
2018-02-06 21:30:55 -08:00
Tim Hockin
802aa4604d
add -- to gcloud CLI
2018-02-06 21:19:43 -08:00
Tim Hockin
af91ea2d3f
Merge pull request #82 from frankfarzan/fix_docker_env
...
Don't set GIT_SYNC_DEST in Dockerfile.
2018-02-05 21:01:21 -08:00
Frank Farzan
c9f2e62ed3
Don't set GIT_SYNC_DEST in Dockerfile.
...
I'm guessing this is an artifact of previous refactorings.
Currently, GIT_SYNC_ROOT defaults to /git and GIT_SYNC_DEST
defaults to leaf dir of repo.
2018-02-05 19:21:13 -08:00
Tim Hockin
3897ab3936
Merge pull request #80 from thockin-tmp/gcr-vanity
...
Pushes go to staging-k8s.gcr.io
2018-01-19 09:22:04 -08:00
Tim Hockin
2e07112602
Pushes go to staging-k8s.gcr.io
2018-01-17 14:20:38 -08:00
Tim Hockin
85b22209de
Merge pull request #78 from spiffxp/update-code-of-conduct
...
Update code-of-conduct.md
2017-12-22 17:29:17 -06:00
Tim Hockin
666d220200
Merge branch 'master' into update-code-of-conduct
2017-12-22 17:29:09 -06:00
Tim Hockin
102afc0abf
Merge pull request #79 from thockin-tmp/gcr-vanity
...
Convert registry to k8s.gcr.io
2017-12-22 13:30:41 -06:00
Tim Hockin
0304aa8950
Convert registry to k8s.gcr.io
2017-12-22 09:55:17 -08:00
Aaron Crickenberger
762579328c
Update code-of-conduct.md
...
Refer to kubernetes/community as authoritative source for code of conduct
2017-12-20 13:32:20 -05:00
Tim Hockin
dac3f77e34
Merge pull request #73 from jorianvo/master
...
Improve e2e tests
2017-09-22 00:08:29 -07:00
jorianvo
517179fa2f
Improve e2e tests
...
Change the use of pkill with 'docker rm' as this will work more reliably (at least on MacOS). Trap the EXIT signal so we can perform a clean-up even if a test fails, so we don't pollute the system with a bunch of stopped containers. Increase the timeout from two to three seconds in order for the tests to work reliably on MacOS (the two second waiting period was consistenly to short for all tests to work). Update the Makefile so when we run the container in order to compile the package we make sure the (stopped) container is removed.
2017-09-21 22:02:13 +02:00
Tim Hockin
267a78bfd4
Merge pull request #69 from pieterlange/feature/flip-known-hosts-default
...
Flip the known_hosts enforcement to true so the git hosts actually get verified.
2017-09-18 11:18:01 -07:00
Pieter Lange
cdd6f09878
Flip the known_hosts enforcement to true so the git hosts actually gets verified
2017-09-16 01:28:04 +02:00
Tim Hockin
28254d864a
Merge pull request #67 from thockin/master
...
Fix one-shot sync of a rev
2017-09-15 10:31:22 -07:00
Tim Hockin
7725869e26
Merge pull request #68 from thockin/update-versions
...
Update golang version to 1.9
2017-09-15 10:31:04 -07:00
Tim Hockin
c90faaee2d
Update to golang-1.9
2017-09-15 10:25:48 -07:00
Tim Hockin
ac0817b212
Fix one-shot sync of a rev
2017-09-15 10:04:50 -07:00
Tim Hockin
a2a0bcef6c
Merge pull request #66 from thockin/master
...
Update RELEASING doc a bit
2017-09-15 09:49:44 -07:00
Tim Hockin
79c9335699
Update RELEASING doc a bit
2017-09-15 09:47:40 -07:00
Tim Hockin
d76367d24b
Merge pull request #64 from mbssaiakhil/patch-2
...
Update Code of Conduct
2017-08-15 08:26:28 -07:00
Malepati Bala Siva Sai Akhil
1b17b9c23f
Update Code of Conduct
...
Made the last sentence uniform wrt other sentences
2017-08-15 18:42:12 +05:30
Tim Hockin
5df71ac438
Merge pull request #63 from mbssaiakhil/patch-1
...
Fix typo in Events Code of Conduct
2017-08-13 20:38:20 -07:00
Malepati Bala Siva Sai Akhil
fad38e408c
Fix typo in Events Code of Conduct
2017-08-13 17:00:30 +05:30
Tim Hockin
5a523aa364
Add a RELEASING doc
2017-05-30 06:51:55 +00:00
Tim Hockin
433fe7a28c
Merge pull request #58 from pieterlange/fix/check-hostkeys
...
Use secure defaults (check hostkeys)
2017-04-24 17:51:18 -07:00
Pieter Lange
899cf5974e
Add feature flag to enable ssh host key verification.
2017-04-25 00:34:01 +02:00
Pieter Lange
3b8bf0308c
Use secure defaults (check hostkeys)
2017-04-21 15:09:37 +02:00
Tim Hockin
1e31f00426
Merge pull request #46 from stp-ip/updateInfo
...
Update OWNERS to latest state
2017-03-21 21:29:55 -07:00
Michael Grosser
cb9851e1b5
Revert "Update copyright notice"
...
This reverts commit b647219b69 .
2017-03-22 04:25:39 +00:00
Michael Grosser
b647219b69
Update copyright notice
2017-03-22 04:23:08 +00:00
Michael Grosser
78ccc67aa5
Update OWNERS to latest state
2017-03-22 03:52:17 +00:00
Tim Hockin
e5c9cd43a0
Merge pull request #44 from VikramTiwari/feature/vikram/git-sync-fix
...
update pod config
2017-03-05 20:45:00 -08:00
Vikram Tiwari
0006d530d4
update pod config
...
- For #42
- now uses v2.0.4 which is current latest
2017-03-05 20:41:25 -08:00
Michael Grosser
90e1a613bb
Merge pull request #41 from VikramTiwari/patch-1
...
Update README.md
2017-03-02 11:57:44 +00:00
Vikram
37ccf27fd4
Update README.md
...
fix file names for creating kubernetes pods and services
2017-03-01 22:10:19 -08:00
Michael Grosser
04907c8693
Merge pull request #39 from kubernetes/update-demo
...
Add runAsUser to demo example
2017-02-17 16:50:11 +00:00
Michael Grosser
24223a5f55
Add runAsUser to demo example
...
Fixes #32
2017-02-17 16:49:52 +00:00
Michael Grosser
40c83a24b7
Merge pull request #37 from sjernigan/patch-1
...
Update ssh.md
2017-02-17 16:40:45 +00:00
Steve Jernigan
20f4c73cb7
Update ssh.md
...
Adding requirement for runAsRoot and suggested configuration for defaultMode. These are required after previous change to remove the chmod on the key.
2017-02-17 11:08:25 -05:00
Tim Hockin
cf2f9135f1
Merge pull request #23 from TerraTech/fix_bashism
...
Makefile: Fix bashism when building on Ubuntu + dash
2017-02-15 10:46:09 -06:00