1
0
Fork 0
mirror of https://github.com/honestbee/drone-kubernetes.git synced 2025-05-12 21:43:18 +00:00
Commit graph

64 commits

Author SHA1 Message Date
Rahul Menon
2e229369b1
Merge pull request #5 from razorpay/beta
fix: multi-container deployments
2018-02-06 17:16:00 +05:30
hashfyre
a72e4869ad deploy: fix multi-container deployment 2018-02-06 16:50:14 +05:30
Hashfyre
c80b0c2682
Merge pull request #4 from razorpay/beta
functions and rollout fix
2018-02-01 20:02:55 +05:30
hashfyre
60da9f6844 script: rollout polling with multiple deployments 2018-01-30 20:58:22 +05:30
hashfyre
41e7b9cce3 script: poll rollout sans watch 2018-01-25 16:53:23 +05:30
hashfyre
e715f7e0e8 script: rewrite with functions 2018-01-25 16:53:23 +05:30
hashfyre
661f470526 temp: update script: blocking deployment watch 2018-01-23 13:07:18 +05:30
Hashfyre
83b1e5d587
Merge pull request #3 from razorpay/beta
script, readme: plugin_auth_mode: token
2018-01-22 18:27:41 +05:30
hashfyre
29350b0abe script, readme: plugin_auth_mode: token 2018-01-19 19:38:27 +05:30
Rahul Menon
193a8e5539
Merge pull request #2 from razorpay/rollout
script: adds command to check deployment rollout status
2018-01-19 13:56:18 +05:30
hashfyre
694dddeaaf script: adds command to check deployment rollout status 2018-01-19 13:43:19 +05:30
hashfyre
e0e14785e4 base: alpine3.7 2018-01-12 17:36:11 +05:30
hashfyre
44363261d0 readme: fix header 2018-01-10 18:52:00 +05:30
Hashfyre
9063cbdafa
Merge pull request #1 from razorpay/code-sanity
Code sanity
2018-01-10 18:50:34 +05:30
hashfyre
78e44f22aa fix badge 2018-01-10 17:39:49 +05:30
hashfyre
99ea3d19d5 readme: update 2018-01-10 17:30:49 +05:30
hashfyre
1e43953887 script: ucase cluster 2018-01-10 17:30:40 +05:30
hashfyre
0fe0fc584f dockerfile: single run 2018-01-10 17:29:56 +05:30
hashfyre
d8eefee123 code-sanity 2018-01-10 16:58:04 +05:30
hashfyre
ad2ec49271 fix tag quotes 2018-01-10 05:22:05 +05:30
hashfyre
67abd5704e readded base64 decode 2018-01-10 04:35:00 +05:30
hashfyre
3902a7985a script: update: drops base64 enc of certs, fixes bash errs 2018-01-10 04:02:29 +05:30
hashfyre
6994a596ae adds more verbosity 2017-12-11 17:25:48 +05:30
hashfyre
f546a27b4c adds bash flags 2017-12-11 15:40:44 +05:30
hashfyre
e264442450 adds execution step messages 2017-12-09 17:08:57 +05:30
hashfyre
bb44230537 fixes readme qa example 2017-12-09 16:08:15 +05:30
hashfyre
7ec8267de5 updates readme 2017-12-09 15:48:39 +05:30
hashfyre
b179f70e0b adds: k8s-user, client-cert/key based auth 2017-12-09 15:48:31 +05:30
hashfyre
2162101e2a .gitignore 2017-12-09 15:45:22 +05:30
Charles Martinot
b71e43dc6d Merge pull request #10 from Ulexus/rbac-doc
add RBAC documentation and example
2017-09-25 11:21:35 +08:00
Seán C McCord
10f5029d82 add RBAC documentation and example 2017-09-20 13:36:43 -04:00
Charles Martinot
03f15d59ca Merge pull request #6 from delfer/patch-1
How to get token in README.md
2017-07-20 16:31:03 +08:00
Charles Martinot
323e993cf6 Create LICENSE 2017-07-20 16:26:27 +08:00
Alexander Chumakov
c91888ca08 How to get token in README.md
Step-by-step how-to
2017-07-14 14:25:45 +03:00
Charles Martinot
36904ab9b6 Update readme 2017-06-28 11:55:53 +08:00
Charles Martinot
003876378d Update readme 2017-05-25 13:54:49 +08:00
Charles Martinot
bd4ff1ddf0 Merge pull request #3 from IssueSquare/master
show detail image rolling update detail
2017-05-11 10:24:11 +08:00
ArthurMa
88a6c3256a show detail image rolling update detail
in rolling back easy to know which version I should apply
2017-05-10 10:50:51 +08:00
Vincent De Smet
8a5e33151c Merge pull request #1 from honestbee/support_multi_container_deployments
Support multi-container deployments
2017-03-07 17:08:33 +07:00
Vincent De Smet
62eec5875f update docs 2017-03-07 18:06:06 +08:00
Vincent De Smet
82c3b38c42 Add loop on containers 2017-03-07 17:57:42 +08:00
Vincent De Smet
880302ffbe Remove erroneous -O flag for curl 2017-02-20 19:08:45 +08:00
Vincent De Smet
631aab4f0e Add Quay Badge for quick verification of image build 2017-02-20 18:26:39 +08:00
Vincent De Smet
8da057f924 Clarify TLS Verfication impact 2017-02-20 18:20:47 +08:00
Vincent De Smet
5c69e4ff09 Fix logic for Cert usage 2017-02-20 18:06:46 +08:00
Vincent De Smet
dae5ad67d9 Update Dockerfile to Best Practices:
- Version pinning on Base Image
- COPY is preferred over ADD
- apk -U will leave index in image, use `--no-cache` to avoid storing repo index
- curl kubectl directly to final destination
- Change entrypoint instead of running `sh -c bash -c /bin/update.sh`
2017-02-20 17:53:03 +08:00
Vincent De Smet
4ea0a93799 Read CA base64 encoded from env 2017-02-20 17:30:53 +08:00
Vincent De Smet
cfc612a621 Add support for TLS Verification 2017-02-20 17:22:24 +08:00
Charles Martinot
0378bbb9d9 Fix separator in string to array conversion 2017-02-08 15:55:51 +08:00
Charles Martinot
18bb02bede Add information about deployment 2017-02-08 15:39:21 +08:00