Commit Graph

112 Commits

Author SHA1 Message Date
jetstack-bot
66d9455046
Merge pull request #1189 from munnerz/pebble-via-bazel
Use pebble built by bazel & pre-pull images during e2e tests
2019-01-11 17:07:11 +00:00
James Munnelly
ec87b60c94 Use Bazel images for nginx-ingress, vault and tiller
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-01-11 14:03:22 +00:00
James Munnelly
c4a794d163 Include CRD and Namespace resources in static deployment manifest file
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-01-10 16:54:45 +00:00
James Munnelly
e9b735d1e2 Use pebble built by bazel during e2e tests
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-01-09 20:11:42 +00:00
James Munnelly
90ea0d2684 :this_is_unbearable:
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-01-07 15:28:14 +00:00
James Munnelly
0f7ceb2a30 :this_is_fine:
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-01-07 15:12:45 +00:00
James Munnelly
0fcc0c666c Update copyright header year
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-01-07 15:07:55 +00:00
Vasilis Remmas
cd14e3195b Build containers using user with id 1000
This fixes an issue where clusters with Pod Security Policy feature
enabled cannot start the containers.

Signed-off-by: Vasilis Remmas <vasremm@gmail.com>
2018-12-10 14:08:03 +01:00
James Munnelly
cdd513c6c5 Remove CRDs from Helm chart and introduce 00-crds.yaml file
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-12-04 18:11:13 +00:00
James Munnelly
4283138a81 Move deployment generation values.yaml to deploy/manifests and don't generate without-rbac variants of manifests
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-12-04 16:29:26 +00:00
James Munnelly
5a17c58c03 Rearrange Helm charts into deploy/ and test/e2e/charts directories
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-12-04 16:19:49 +00:00
James Munnelly
bcb1d4e7c6 Only add manual tags to vendor/ targets
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-11-16 13:34:00 +00:00
James Munnelly
4c83e4efdb Revert "Remove extra buildozer modifications"
This reverts commit b50603a576.

Signed-off-by: James Munnelly <james@munnelly.eu>
2018-11-16 13:34:00 +00:00
James Munnelly
b50603a576 Remove extra buildozer modifications
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-11-14 11:39:22 +00:00
James Munnelly
b71944b5a4 Move reference-docs generation tools into docs/ subdir
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-11-14 00:48:06 +00:00
James Munnelly
ed5ff98c9e Use appropriate kubeadm config version for kubernetes version
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-11-13 17:37:50 +00:00
James Munnelly
78f1718b86 Bump config template and kind image
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-11-09 11:47:34 +00:00
jetstack-bot
a2f77b6e61
Merge pull request #1040 from munnerz/gofmt
Use go_sdk gofmt instead of goimports
2018-11-07 09:48:45 +00:00
James Munnelly
2541b10e52 Stamp docker images with current timestamp using Bazel
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-11-06 19:18:15 +00:00
James Munnelly
302e16ace8 Use go_sdk gofmt instead of goimports
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-11-06 11:07:58 +00:00
James Munnelly
038a5ab7c3 Use kind provided by Bazel WORKSPACE
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-10-26 14:44:12 +01:00
jetstack-bot
23fb27c4d9
Merge pull request #1011 from munnerz/dev-env-script
Add a 'run-dev-kind.sh' script to bring up a local dev environment
2018-10-26 12:31:44 +01:00
James Munnelly
4ed36535e5 Fix up lint issues and move setting KUBECONFIG
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-10-26 00:35:44 +01:00
James Munnelly
14b0b9788c Delete dockerfiles directory
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-10-25 18:57:19 +01:00
James Munnelly
c0a5fa8712 Add run-dev-kind.sh script
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-10-25 18:54:59 +01:00
James Munnelly
d7ddf4a550 Separate run-e2e-kind into more granular scripts
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-10-25 18:54:41 +01:00
James Munnelly
3c17240144 Fix up minikube e2e tests
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-10-23 15:10:29 +01:00
James Munnelly
81d8d20c66 Add missing resource types to reference docs config.yaml
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-10-23 10:59:09 +01:00
jetstack-bot
80ea8e7444
Merge pull request #982 from munnerz/refdocs-bazel
Run all reference docs generation with Bazel
2018-10-23 10:43:20 +01:00
James Munnelly
4a9de511b3 Run all docs generation with Bazel
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-10-23 02:15:26 +01:00
Theotime Leveque
50a60fd0b9 Fix kind cluster testing.
Signed-off-by: Theotime Leveque <theotime.leveque@gmail.com>
2018-10-22 21:46:00 +02:00
James Munnelly
a6c5f80e6e Update run-e2e-kind.sh script
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-10-18 13:27:05 +01:00
James Munnelly
1ae1935e94 Use bazel for Makefile targets
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-09-13 11:25:04 +01:00
James Munnelly
9db19465ba Add //hack:{update,verify}-gofmt targets
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-09-13 11:25:04 +01:00
James Munnelly
5e16dd47ab Run brodocs using bazel
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-09-13 11:25:03 +01:00
James Munnelly
e7677f3656 Update update-codegen to run openapi-gen
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-09-13 11:24:53 +01:00
James Munnelly
9a7082ea86 Use bazel to run deploy-gen scripts
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-09-13 11:24:53 +01:00
James Munnelly
64f02f6004 Add docker image building rules
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-09-13 11:24:52 +01:00
James Munnelly
b1f145625e Set up Bazel workspace with git status and pass ldflags
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-09-13 11:24:52 +01:00
James Munnelly
6ceaa5173f Add Kubernetes codegen Bazel rules
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-09-13 11:24:51 +01:00
James Munnelly
41fd345e18 Add update-deps bazel targets
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-09-13 11:24:50 +01:00
James Munnelly
db65d6a170 run //hack:update-bazel
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-09-13 11:24:48 +01:00
James Munnelly
f4fd0acd31 Add update-bazel.sh rule to run gazelle and kazel
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-09-13 11:21:42 +01:00
James Munnelly
a87e7cdccc Use mktemp in verify-errexit and verify-links
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-09-13 11:21:42 +01:00
James Munnelly
77c63bdc2d Add root Bazel build files
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-09-13 11:21:42 +01:00
James Munnelly
c6bd3902b9 Rename legacy minikube e2e testing script
Also tidy up kind e2e testing script

Signed-off-by: James Munnelly <james@munnelly.eu>
2018-09-07 23:24:55 +01:00
James Munnelly
5005c1723b Use temporary directory for cmbundle
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-09-07 23:03:32 +01:00
James Munnelly
399919dffa Support older kubernetes version
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-09-07 21:51:52 +01:00
James Munnelly
8c183d1550 Use prebuilt kind image
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-09-07 19:55:14 +01:00
James Munnelly
f0234a0868 Add e2e test script utilising 'kind'
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-09-07 19:55:14 +01:00