author
int64
658
755k
date
stringdate
2012-06-12 08:34:29
2024-07-22 14:51:21
timezone
int64
-46,800
43.2k
hash
stringlengths
40
40
message
stringlengths
5
490
mods
listlengths
1
16
language
stringclasses
20 values
license
stringclasses
3 values
repo
stringlengths
5
68
original_message
stringlengths
12
491
596,240
22.09.2017 20:54:31
-7,200
df47082c5eb80c54d046f85a45296fc24e3fbd8d
requeue them klusters again. shouldn't matter
[ { "change_type": "MODIFY", "old_path": "pkg/controller/launch.go", "new_path": "pkg/controller/launch.go", "diff": "@@ -203,6 +203,7 @@ func (launchctl *LaunchControl) createNode(kluster *v1.Kluster, pool *v1.NodePoo\nreturn err\n}\n+ launchctl.requeue(kluster)\nreturn nil\n}\n@@ -217,6 +218,7 @@ fu...
Go
Apache License 2.0
sapcc/kubernikus
requeue them klusters again. shouldn't matter
596,240
22.09.2017 21:29:14
-7,200
148e95e1929166adc573c3718297c1ce5a89c589
set size on non-copy nodepoolspec
[ { "change_type": "MODIFY", "old_path": "pkg/api/handlers/update_cluster.go", "new_path": "pkg/api/handlers/update_cluster.go", "diff": "@@ -25,9 +25,9 @@ func (d *updateCluster) Handle(params operations.UpdateClusterParams, principal\nfor _, pPool := range params.Body.Spec.NodePools {\nisNewPool := ...
Go
Apache License 2.0
sapcc/kubernikus
set size on non-copy nodepoolspec
596,240
22.09.2017 23:22:57
-7,200
eaecd77e7a4683a09c911bea315cc585c5bc96cd
fix update pointer foo as well
[ { "change_type": "MODIFY", "old_path": "pkg/api/handlers/update_cluster.go", "new_path": "pkg/api/handlers/update_cluster.go", "diff": "@@ -22,7 +22,7 @@ func (d *updateCluster) Handle(params operations.UpdateClusterParams, principal\nkluster, err := editCluster(d.Kubernikus.Kubernikus().Klusters(d....
Go
Apache License 2.0
sapcc/kubernikus
fix update pointer foo as well
596,240
23.09.2017 00:27:51
-7,200
e1f8e8888edf8b4f96a64e0298d9b93a95524e84
generate empty nodepool info
[ { "change_type": "MODIFY", "old_path": "pkg/api/handlers/update_cluster.go", "new_path": "pkg/api/handlers/update_cluster.go", "diff": "@@ -39,6 +39,14 @@ func (d *updateCluster) Handle(params operations.UpdateClusterParams, principal\nFlavor: *params.Body.Spec.NodePools[j].Flavor,\nImage: \"coreos-...
Go
Apache License 2.0
sapcc/kubernikus
generate empty nodepool info
596,240
26.09.2017 16:24:37
-7,200
e9ebc9840723bbd29ddaddf08fa41a5e6588a805
delete openstack wormhole :/
[ { "change_type": "MODIFY", "old_path": "pkg/client/openstack/client.go", "new_path": "pkg/client/openstack/client.go", "diff": "@@ -51,9 +51,6 @@ type Client interface {\nGetRegion() (string, error)\nGetRouters(project_id string) ([]Router, error)\nDeleteUser(username, domainID string) error\n-\n- C...
Go
Apache License 2.0
sapcc/kubernikus
delete openstack wormhole :/
596,240
26.09.2017 17:58:41
-7,200
1907d65bbc607ef4836c1bfa1c3ae7402a697d87
use short form to make rkt use the host's DNS settings
[ { "change_type": "MODIFY", "old_path": "pkg/templates/node.go", "new_path": "pkg/templates/node.go", "diff": "@@ -44,8 +44,7 @@ systemd:\n[Service]\nEnvironment=\"RKT_RUN_ARGS=--uuid-file-save=/var/run/kubelet-pod.uuid \\\n- --volume=resolv,kind=host,source=/etc/resolv.conf \\\n- --mount volume=reso...
Go
Apache License 2.0
sapcc/kubernikus
use short form to make rkt use the host's DNS settings
596,240
26.09.2017 18:15:22
-7,200
a5406bd6db261b80d0a8feb72e5f811f4214a01b
mounts a host directory for kubelet restart save IPAM persistence for pod IPs
[ { "change_type": "MODIFY", "old_path": "pkg/templates/node.go", "new_path": "pkg/templates/node.go", "diff": "@@ -45,11 +45,14 @@ systemd:\n[Service]\nEnvironment=\"RKT_RUN_ARGS=--uuid-file-save=/var/run/kubelet-pod.uuid \\\n--net=host \\\n+ --volume var-lib-cni,kind=host,source=/var/lib/cni \\\n--v...
Go
Apache License 2.0
sapcc/kubernikus
mounts a host directory for kubelet restart save IPAM persistence for pod IPs
596,240
29.09.2017 10:53:32
-7,200
796564e4c711bba8f815226734098cac0ce7b8a4
makes external IP required
[ { "change_type": "MODIFY", "old_path": "charts/kubernikus/templates/k8sniff-service.yaml", "new_path": "charts/kubernikus/templates/k8sniff-service.yaml", "diff": "@@ -11,4 +11,4 @@ spec:\nselector:\nrole: k8sniff-ingress-lb\nexternalIPs:\n- - {{ .Values.k8sniff.external_service_ip }}\n+ - {{ requir...
Go
Apache License 2.0
sapcc/kubernikus
makes external IP required
596,240
29.09.2017 16:10:07
-7,200
d17c33ba7456a02b6ffe3bee468b7fc041531cf4
decouples k8sniff chars
[ { "change_type": "ADD", "old_path": null, "new_path": "charts/k8sniff/Chart.yaml", "diff": "+apiVersion: v1\n+description: A Helm chart for k8sniff\n+name: k8sniff\n+version: 0.1.0\n" }, { "change_type": "RENAME", "old_path": "charts/kubernikus/templates/k8sniff-configmap.yaml", "new...
Go
Apache License 2.0
sapcc/kubernikus
decouples k8sniff chars
596,240
29.09.2017 16:11:51
-7,200
89d78adb437bccac2bc3a80af92433d5de69550b
generates certificates automatically
[ { "change_type": "MODIFY", "old_path": "charts/kubernikus/templates/ingress.yaml", "new_path": "charts/kubernikus/templates/ingress.yaml", "diff": "@@ -3,13 +3,15 @@ kind: Ingress\nmetadata:\nname: kubernikus-api\n+ annotations:\n+ vice-president: \"true\"\nspec:\ntls:\n- secretName: kubernikus-api\...
Go
Apache License 2.0
sapcc/kubernikus
generates certificates automatically
596,240
29.09.2017 16:12:14
-7,200
bdbe910a9b570b986e2bfb30ffe8bba28ea6500a
only deploy secret when certificates are manually added
[ { "change_type": "MODIFY", "old_path": "charts/kubernikus/templates/secret.yaml", "new_path": "charts/kubernikus/templates/secret.yaml", "diff": "+{{- if .Values.api.tls_crt}}\napiVersion: v1\nkind: Secret\ntype: Opaque\n@@ -8,3 +9,4 @@ metadata:\ndata:\ntls.crt: {{ default \"\" .Values.api.tls_crt ...
Go
Apache License 2.0
sapcc/kubernikus
only deploy secret when certificates are manually added
596,240
29.09.2017 16:33:43
-7,200
421a465d8ad60a32599a1f0adc65bd566ad635a9
fixes deployment. remove again when pipeline is fixed
[ { "change_type": "ADD", "old_path": "charts/kubernikus/charts/k8sniff-0.1.0.tgz", "new_path": "charts/kubernikus/charts/k8sniff-0.1.0.tgz", "diff": "Binary files /dev/null and b/charts/kubernikus/charts/k8sniff-0.1.0.tgz differ\n" }, { "change_type": "MODIFY", "old_path": "charts/kuberni...
Go
Apache License 2.0
sapcc/kubernikus
fixes deployment. remove again when pipeline is fixed
596,230
04.10.2017 10:12:15
-7,200
d5357d931d58c115d50f5bed1d82b9d5b446f028
provide docker_opts for node ignition template fixes
[ { "change_type": "MODIFY", "old_path": "pkg/templates/node.go", "new_path": "pkg/templates/node.go", "diff": "@@ -36,6 +36,13 @@ systemd:\n[Install]\nWantedBy=multi-user.target\n+ - name: docker.service\n+ enable: true\n+ dropins:\n+ - name: 20-docker-opts.conf\n+ contents: |\n+ [Service]\n+ Environ...
Go
Apache License 2.0
sapcc/kubernikus
-- provide docker_opts for node ignition template fixes #64
596,240
04.10.2017 09:49:57
-7,200
f90564e7780a73aa7fa1bbf088f4e0328d0b7233
updates pipeline to deploy admin-staging
[ { "change_type": "DELETE", "old_path": "charts/kubernikus/templates/seed.yaml", "new_path": null, "diff": "-apiVersion: \"openstack.stable.sap.cc/v1\"\n-kind: \"OpenstackSeed\"\n-metadata:\n- name: kubernikus-seed\n- labels:\n- app: kubernikus\n- chart: \"{{ .Chart.Name }}-{{ .Chart.Version }}\"\n-s...
Go
Apache License 2.0
sapcc/kubernikus
updates pipeline to deploy admin-staging
596,240
04.10.2017 10:34:40
-7,200
7cc9f9adb1b29d0cbc325bdddc6a4372d58b2e15
makes defaults overwritable
[ { "change_type": "MODIFY", "old_path": "ci/pipeline.yaml", "new_path": "ci/pipeline.yaml", "diff": "@@ -94,6 +94,8 @@ jobs:\nfile: kubernikus.git/ci/task-helm-upgrade.yaml\nparams:\nREGION: staging\n+ RELEASE: kubernikus\n+ NAMESPACE: kubernikus\nGITHUB_TOKEN: ((github-access-token))\n- task: prune ...
Go
Apache License 2.0
sapcc/kubernikus
makes defaults overwritable
596,240
04.10.2017 15:00:03
-7,200
1cbce7687e21d507d7124a8f12bec073d9270bff
fixes DNS kubelet foo
[ { "change_type": "MODIFY", "old_path": "pkg/templates/node.go", "new_path": "pkg/templates/node.go", "diff": "@@ -51,6 +51,8 @@ systemd:\n[Service]\nEnvironment=\"RKT_RUN_ARGS=--uuid-file-save=/var/run/kubelet-pod.uuid \\\n+ --inherit-env \\\n+ --dns=host \\\n--net=host \\\n--volume var-lib-cni,kind...
Go
Apache License 2.0
sapcc/kubernikus
fixes DNS kubelet foo
596,240
04.10.2017 15:59:32
-7,200
8f655b2b023ab909429fc5569f481ac13e8d7fa9
adds aCcept header for cors
[ { "change_type": "MODIFY", "old_path": "pkg/api/rest/configure_kubernikus.go", "new_path": "pkg/api/rest/configure_kubernikus.go", "diff": "@@ -84,7 +84,7 @@ func setupMiddlewares(handler http.Handler) http.Handler {\n// So this is a good place to plug in a panic handling middleware, logging and met...
Go
Apache License 2.0
sapcc/kubernikus
adds aCcept header for cors
596,240
04.10.2017 16:30:55
-7,200
c9e4031f136a2f142cbfa67f04539d5d7bab5fc2
updates prune tasks with configurable namespace
[ { "change_type": "MODIFY", "old_path": "ci/pipeline.yaml", "new_path": "ci/pipeline.yaml", "diff": "@@ -71,8 +71,8 @@ jobs:\ncache: true\ncache_tag: latest\nbuild_args:\n- http_proxy: http://proxy.wdf.sap.corp:8080\n- https_proxy: http://proxy.wdf.sap.corp:8080\n+ http_proxy: http://proxy.phl.sap.co...
Go
Apache License 2.0
sapcc/kubernikus
updates prune tasks with configurable namespace
596,240
04.10.2017 22:43:25
-7,200
408d651fe40f53e925299561375dcf0f0c4107a5
now also with kubectl 1.7.7 with some new extra feature
[ { "change_type": "MODIFY", "old_path": "ci/pipeline.yaml", "new_path": "ci/pipeline.yaml", "diff": "@@ -116,20 +116,13 @@ jobs:\n- get: kubernikus.version\npassed: [build]\n- get: secrets.git\n-\n- task: deploy\n- file: kubernikus.git/ci/task-helm-upgrade.yaml\n+ file: kubernikus.git/ci/task-helm-up...
Go
Apache License 2.0
sapcc/kubernikus
now also with kubectl 1.7.7 with some new extra feature
596,240
04.10.2017 23:13:32
-7,200
588adf9f84cd16ece78cc2f726fb57f9f80207fc
fetches serverurl from kluster spec
[ { "change_type": "MODIFY", "old_path": "pkg/api/handlers/get_cluster_credentials.go", "new_path": "pkg/api/handlers/get_cluster_credentials.go", "diff": "@@ -2,7 +2,6 @@ package handlers\nimport (\n\"crypto/x509\"\n- \"fmt\"\n\"github.com/ghodss/yaml\"\n\"github.com/go-openapi/runtime/middleware\"\n...
Go
Apache License 2.0
sapcc/kubernikus
fetches serverurl from kluster spec
596,237
05.10.2017 10:43:23
-7,200
2026e986de22c2e33a2cf4d930dda3793cb1ce17
caches cors preflight request for 10 min
[ { "change_type": "MODIFY", "old_path": "pkg/api/rest/configure_kubernikus.go", "new_path": "pkg/api/rest/configure_kubernikus.go", "diff": "@@ -86,6 +86,7 @@ func setupGlobalMiddleware(handler http.Handler) http.Handler {\nc := cors.New(cors.Options{\nAllowedHeaders: []string{\"X-Auth-Token\", \"Con...
Go
Apache License 2.0
sapcc/kubernikus
caches cors preflight request for 10 min
596,240
05.10.2017 12:57:08
-7,200
f55e7dd7f304a9850d0353cf1294c2cc942fddc6
inits kubernikusctl kubelet plugin
[ { "change_type": "MODIFY", "old_path": "Makefile", "new_path": "Makefile", "diff": "@@ -3,7 +3,7 @@ DATE = $(shell date +%Y%m%d%H%M)\nIMAGE ?= sapcc/kubernikus\nVERSION ?= latest\nGOOS ?= $(shell go env | grep GOOS | cut -d'\"' -f2)\n-BINARIES := apiserver kubernikus wormhole\n+BINARIES := apiserver...
Go
Apache License 2.0
sapcc/kubernikus
inits kubernikusctl kubelet plugin
596,240
06.10.2017 14:05:04
-7,200
d3dacae1ac5b50222579ed05a57828f6cb1e8a8e
improves(?) error handling
[ { "change_type": "MODIFY", "old_path": "pkg/cmd/kubernikusctl/credenitals.go", "new_path": "pkg/cmd/kubernikusctl/credenitals.go", "diff": "@@ -113,20 +113,20 @@ func (o *CredentialsOptions) Complete(args []string) error {\nif err := o.setupOpenstackClients(); err != nil {\nglog.V(2).Infof(\"%+v\", ...
Go
Apache License 2.0
sapcc/kubernikus
improves(?) error handling
596,240
06.10.2017 14:48:23
-7,200
9cfb30ead997c4c0c4864731165fad4c844f23d5
updates mergo dep
[ { "change_type": "MODIFY", "old_path": "glide.lock", "new_path": "glide.lock", "diff": "-hash: 9fc2e6d19dccc68bd0515f007ed08b7c62db6d97b3afa023a682d2cdb0f5894a\n-updated: 2017-10-05T20:49:23.056605826+02:00\n+hash: d327734e6344b5208776ce68d5a1a41d4a2b90bd78ff69896d8294b0a2c578f6\n+updated: 2017-10-0...
Go
Apache License 2.0
sapcc/kubernikus
updates mergo dep
596,240
06.10.2017 14:48:47
-7,200
854a7f6d7b40239419a32683930572482736d114
merges with overwrite
[ { "change_type": "MODIFY", "old_path": "pkg/cmd/kubernikusctl/credenitals.go", "new_path": "pkg/cmd/kubernikusctl/credenitals.go", "diff": "@@ -265,7 +265,7 @@ func (o *CredentialsOptions) mergeAndPersist(rawConfig string) error {\nreturn errors.Wrapf(err, \"Couldn't load kubernikus kubeconfig: %v\"...
Go
Apache License 2.0
sapcc/kubernikus
merges with overwrite
596,240
06.10.2017 20:08:56
-7,200
cb000bf5ce2d0768391407c9a2defce13aa09314
retrieve kubernikus url from servie catalog
[ { "change_type": "MODIFY", "old_path": "pkg/cmd/kubernikusctl/credenitals.go", "new_path": "pkg/cmd/kubernikusctl/credenitals.go", "diff": "@@ -2,6 +2,7 @@ package kubernikusctl\nimport (\n\"fmt\"\n+ \"net/url\"\n\"os\"\n\"github.com/go-openapi/runtime\"\n@@ -39,7 +40,7 @@ func NewCredentialsCommand...
Go
Apache License 2.0
sapcc/kubernikus
retrieve kubernikus url from servie catalog
596,240
06.10.2017 21:37:43
-7,200
0f05b7857f5226177b636dff695ebcd0a63d3499
build multiple images
[ { "change_type": "ADD", "old_path": null, "new_path": "Dockerfile.binaries", "diff": "+FROM golang:1.9.0-alpine3.6 as builder\n+WORKDIR /go/src/github.com/sapcc/kubernikus/\n+RUN apk add --no-cache make\n+COPY . .\n+ARG VERSION\n+RUN make all\n+\n+FROM scratch\n+COPY --from=builder /go/src/github.co...
Go
Apache License 2.0
sapcc/kubernikus
build multiple images
596,240
06.10.2017 21:38:15
-7,200
1adc224ffd9366ecd7af41583934396393942cba
multistage image builds
[ { "change_type": "MODIFY", "old_path": "ci/pipeline.yaml", "new_path": "ci/pipeline.yaml", "diff": "@@ -37,6 +37,13 @@ resources:\nusername: ((docker-hub-username))\npassword: ((docker-hub-password))\n+ - name: kubernikusctl.image\n+ type: docker-image\n+ source:\n+ repository: sapcc/kubernikusctl\n...
Go
Apache License 2.0
sapcc/kubernikus
multistage image builds
596,240
07.10.2017 10:03:49
-7,200
3ae40c1500a557660f14ab8a49609abcd27d7e6c
updates repostiory names
[ { "change_type": "MODIFY", "old_path": "Dockerfile.kubernikus", "new_path": "Dockerfile.kubernikus", "diff": "ARG VERSION=latest\n-FROM sapcc/binaries:$VERSION as binaries\n+FROM sapcc/kubernikus-binaries:$VERSION as binaries\nFROM alpine:3.6\nMAINTAINER \"Fabian Ruff <fabian.ruff@sap.com>\"\n" },...
Go
Apache License 2.0
sapcc/kubernikus
updates repostiory names
596,240
07.10.2017 11:24:09
-7,200
d62bffacf88384fc699f36c57493cb9fca06a16b
multi-stage/multi-image builds
[ { "change_type": "ADD", "old_path": null, "new_path": "Dockerfile", "diff": "+FROM golang:1.9.0-alpine3.6 as builder\n+WORKDIR /go/src/github.com/sapcc/kubernikus/\n+RUN apk add --no-cache make\n+COPY . .\n+ARG VERSION\n+RUN make all\n+\n+FROM scratch as kubernikus-binaries\n+COPY --from=builder /go...
Go
Apache License 2.0
sapcc/kubernikus
multi-stage/multi-image builds
596,240
07.10.2017 11:24:52
-7,200
d70653034cf31f293698d5e3cc2668f68944b804
adds concourse hacks because of missing docker build --target support
[ { "change_type": "MODIFY", "old_path": "Dockerfile.kubernikus", "new_path": "Dockerfile.kubernikus", "diff": "ARG VERSION=latest\n-FROM sapcc/kubernikus-binaries:$VERSION as binaries\n+FROM sapcc/kubernikus-binaries:$VERSION as kubernikus-binaries\n-FROM alpine:3.6\n+FROM alpine:3.6 as kubernikus\nM...
Go
Apache License 2.0
sapcc/kubernikus
adds concourse hacks because of missing docker build --target support
596,240
07.10.2017 11:25:19
-7,200
1d9419014e80ddb18422da329787d5a4beaae2b5
adds pipeline image with kubernikus credentials download support
[ { "change_type": "ADD", "old_path": null, "new_path": "contrib/kubernikus-kubectl/Dockerfile", "diff": "+ARG VERSION=latest\n+FROM sapcc/kubernikus-binaries:$VERSION as kubernikus-binaries\n+\n+FROM alpine:3.6\n+\n+ARG KUBERNETES_VERSION\n+ARG HELM_VERSION\n+\n+RUN apk add --no-cache --virtual=build...
Go
Apache License 2.0
sapcc/kubernikus
adds pipeline image with kubernikus credentials download support
596,240
07.10.2017 11:25:53
-7,200
731cfef4f479b4742f881854fa8bd99e4ff2ea56
builds all images
[ { "change_type": "MODIFY", "old_path": "ci/pipeline.yaml", "new_path": "ci/pipeline.yaml", "diff": "@@ -30,6 +30,13 @@ resources:\nprefix: v\nproperty_name: VERSION\n+ - name: kubernikus-binaries.image\n+ type: docker-image\n+ source:\n+ repository: sapcc/kubernikus-binaries\n+ username: ((docker-hu...
Go
Apache License 2.0
sapcc/kubernikus
builds all images
596,240
07.10.2017 11:34:23
-7,200
3d24aef0bffcb3f3491b827daf4cdd85e4e3cc42
add default versions for helm and kubectl
[ { "change_type": "MODIFY", "old_path": "contrib/kubernikus-kubectl/Dockerfile", "new_path": "contrib/kubernikus-kubectl/Dockerfile", "diff": "@@ -3,8 +3,8 @@ FROM sapcc/kubernikus-binaries:$VERSION as kubernikus-binaries\nFROM alpine:3.6\n-ARG KUBERNETES_VERSION\n-ARG HELM_VERSION\n+ARG KUBERNETES_V...
Go
Apache License 2.0
sapcc/kubernikus
add default versions for helm and kubectl
596,240
07.10.2017 11:55:14
-7,200
fcf4a53d2980012ef94458e6d7f2d9d6f4a796e6
ok. ok... you can stay
[ { "change_type": "MODIFY", "old_path": "contrib/kubernikus-kubectl/Dockerfile", "new_path": "contrib/kubernikus-kubectl/Dockerfile", "diff": "@@ -6,7 +6,7 @@ FROM alpine:3.6\nARG KUBERNETES_VERSION=v1.7.7\nARG HELM_VERSION=v2.6.1\n-RUN apk add --no-cache --virtual=build-dependencies ca-certificates\...
Go
Apache License 2.0
sapcc/kubernikus
ok. ok... you can stay
596,240
07.10.2017 18:59:23
-7,200
8bf24d9040c8913cf94a55c88947f3969a867ab0
aligns cmd/ and pkg/cmd package structure. now also matches command layout in the clis
[ { "change_type": "MODIFY", "old_path": "cmd/kubernikus/main.go", "new_path": "cmd/kubernikus/main.go", "diff": "@@ -15,7 +15,6 @@ func main() {\nbaseName := filepath.Base(os.Args[0])\n-\nerr := kubernikus.NewCommand(baseName).Execute()\ncmd.CheckError(err)\n}\n" }, { "change_type": "DELETE",...
Go
Apache License 2.0
sapcc/kubernikus
aligns cmd/ and pkg/cmd package structure. now also matches command layout in the clis
596,240
07.10.2017 19:23:52
-7,200
39b9f00f79ccb245fd2ebc3a28a2e0c5598b01f2
enables clusterIP and loadBalancer as service type
[ { "change_type": "MODIFY", "old_path": "charts/k8sniff/templates/service.yaml", "new_path": "charts/k8sniff/templates/service.yaml", "diff": "@@ -3,12 +3,18 @@ kind: Service\nmetadata:\nname: k8sniff-ingress-lb\nspec:\n+{{- if .Values.external_service_ip }}\ntype: ClusterIP\n+{{- else }}\n+ type: Lo...
Go
Apache License 2.0
sapcc/kubernikus
enables clusterIP and loadBalancer as service type
596,240
09.10.2017 11:18:31
-7,200
8fc44e5eb1d2aa22aa8d52ebe3e8c72f84875f71
remove overlap between podcirs/servicecdrs and default network cidr. supports max. 256 nodes, 65k pods, 32k services. more ndoes only possible by switching to 240.0.0.0/4
[ { "change_type": "MODIFY", "old_path": "charts/kube-master/values.yaml", "new_path": "charts/kube-master/values.yaml", "diff": "@@ -27,8 +27,8 @@ kubernikus: {}\n# Use these keys to specify the certs as helm values\ncerts: {}\n-clusterCIDR: 10.180.128.0/17\n-serviceCIDR: 10.180.1.0/24\n+clusterCIDR:...
Go
Apache License 2.0
sapcc/kubernikus
remove overlap between podcirs/servicecdrs and default network cidr. supports max. 256 nodes, 65k pods, 32k services. more ndoes only possible by switching to 240.0.0.0/4
596,240
09.10.2017 11:19:55
-7,200
78eaa96771cba5a5a68e5544baeac0aaea35945e
adds flag to allow for passing in a kluster name
[ { "change_type": "MODIFY", "old_path": "pkg/cmd/kubernikusctl/credenitals.go", "new_path": "pkg/cmd/kubernikusctl/credenitals.go", "diff": "@@ -79,6 +79,7 @@ func (o *CredentialsOptions) BindFlags(flags *pflag.FlagSet) {\nflags.StringVar(&o.auth.Scope.ProjectName, \"project-name\", o.auth.Scope.Proj...
Go
Apache License 2.0
sapcc/kubernikus
adds flag to allow for passing in a kluster name
596,240
09.10.2017 11:25:25
-7,200
43f09db7637d113a62af88d44b3adb45f464eb7a
advetises a loopback address This will address will be picked up by kube-proxy on each node. It will create IPTables to route the default kubernetes service to this IP. In addition the wormhole client, will start listening on this address too and forward traffic back through the tunnel to the apiserver.
[ { "change_type": "MODIFY", "old_path": "charts/kube-master/templates/api.yaml", "new_path": "charts/kube-master/templates/api.yaml", "diff": "@@ -101,6 +101,7 @@ spec:\n- apiserver\n- --etcd-servers=http://{{ include \"etcd.fullname\" . }}:2379\n- --secure-port=6443\n+ - --advertise-address={{ .Valu...
Go
Apache License 2.0
sapcc/kubernikus
advetises a loopback address This will address will be picked up by kube-proxy on each node. It will create IPTables to route the default kubernetes service to this IP. In addition the wormhole client, will start listening on this address too and forward traffic back through the tunnel to the apiserver.
596,240
09.10.2017 13:15:40
-7,200
30af19bf3539b74b88b24b387b55803d50c541c7
adds helm install instructions
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "# Kubernikus\nConverged Cloud goes Containers\n+\n+## Setting up a new Region\n+\n+### Prepare Tiller with RBAC\n+```\n+kubectl -n kube-system create sa tiller\n+kubectl create clusterrolebinding tiller --clusterro...
Go
Apache License 2.0
sapcc/kubernikus
adds helm install instructions
596,240
09.10.2017 14:44:45
-7,200
dddc5020a72ecbc6645a927218837c6e2cb35a79
this needs to be the tls-ca certificate. client-validation happens in the apiserver anyway...
[ { "change_type": "MODIFY", "old_path": "charts/kube-master/templates/controller-manager.yaml", "new_path": "charts/kube-master/templates/controller-manager.yaml", "diff": "@@ -73,7 +73,7 @@ spec:\n- --controllers=*,bootstrapsigner,tokencleaner\n- --kubeconfig=/etc/kubernetes/config/kubeconfig\n- --l...
Go
Apache License 2.0
sapcc/kubernikus
this needs to be the tls-ca certificate. client-validation happens in the apiserver anyway...
596,240
09.10.2017 14:51:23
-7,200
c1e8ea6e16b74ddbe430dccf81db3c7960bc5741
includes Tiller hacks
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -10,3 +10,45 @@ kubectl -n kube-system create sa tiller\nkubectl create clusterrolebinding tiller --clusterrole cluster-admin --serviceaccount=kube-system:tiller\nhelm init --service-account tiller\n```\n+\n+###...
Go
Apache License 2.0
sapcc/kubernikus
includes Tiller hacks
596,240
09.10.2017 15:55:03
-7,200
43014afe5c3fb75b32aa16ad1206da08783e7a9e
uses kubernikusctl to fetch credentials
[ { "change_type": "MODIFY", "old_path": "ci/pipeline.yaml", "new_path": "ci/pipeline.yaml", "diff": "@@ -203,12 +203,18 @@ jobs:\npassed: [build]\n- get: secrets.git\n- task: deploy\n- file: kubernikus.git/ci/task-helm-upgrade-v1.7.7.yaml\n+ file: kubernikus.git/ci/task-helm-upgrade-kubernikus.yaml\n...
Go
Apache License 2.0
sapcc/kubernikus
uses kubernikusctl to fetch credentials
596,240
09.10.2017 15:55:26
-7,200
73b23187b8cfbb7ab295c7fe1d22b2f30b905239
removes staging step
[ { "change_type": "MODIFY", "old_path": "ci/pipeline.yaml", "new_path": "ci/pipeline.yaml", "diff": "@@ -145,33 +145,6 @@ jobs:\nget_params:\nskip_download: true\n- - name: staging\n- serial: true\n- plan:\n- - aggregate:\n- - get: kubernikus.git\n- trigger: true\n- passed: [build]\n- - get: kubernik...
Go
Apache License 2.0
sapcc/kubernikus
removes staging step
596,240
09.10.2017 15:57:49
-7,200
7b5296d3930ac41c18b75e6984146f0ff1cf2991
fixes missing staging prerequisite
[ { "change_type": "MODIFY", "old_path": "ci/pipeline.yaml", "new_path": "ci/pipeline.yaml", "diff": "@@ -197,9 +197,9 @@ jobs:\n- aggregate:\n- get: kubernikus.git\ntrigger: true\n- passed: [staging]\n+ passed: [k-staging]\n- get: kubernikus.version\n- passed: [staging]\n+ passed: [k-staging]\n- get:...
Go
Apache License 2.0
sapcc/kubernikus
fixes missing staging prerequisite
596,240
09.10.2017 16:17:15
-7,200
38191e672efdcaf214bada74f3e1a866ee3e1022
requires region to be passed in for values
[ { "change_type": "MODIFY", "old_path": "ci/pipeline.yaml", "new_path": "ci/pipeline.yaml", "diff": "@@ -178,12 +178,13 @@ jobs:\n- task: deploy\nfile: kubernikus.git/ci/task-helm-upgrade-kubernikus.yaml\nparams:\n+ REGION: k-staging\nNAMESPACE: kubernikus-system\nRELEASE: kubernikus\nOS_AUTH_URL: ht...
Go
Apache License 2.0
sapcc/kubernikus
requires region to be passed in for values
596,240
09.10.2017 18:04:10
-7,200
38f66ee7a19d6064b00f4d72f37902939539c351
split pipelines to avoid mess
[ { "change_type": "ADD", "old_path": null, "new_path": "ci/pipeline-admin.yaml", "diff": "+post_failure_to_slack: &post_failure_to_slack\n+ put: slack-alert\n+ params:\n+ channel: '#kubernikus'\n+ username: 'Concourse'\n+ icon_emoji: ':airplane:'\n+ silent: 'true'\n+ text: |\n+ :boom: <$ATC_EXTERNAL_...
Go
Apache License 2.0
sapcc/kubernikus
split pipelines to avoid mess
596,240
09.10.2017 18:10:40
-7,200
25a8875b146489f19cac2bfd75f59019de584107
picks up version from image tag
[ { "change_type": "MODIFY", "old_path": "ci/task-helm-upgrade-kubernikus-admin.yaml", "new_path": "ci/task-helm-upgrade-kubernikus-admin.yaml", "diff": "@@ -9,8 +9,8 @@ image_resource:\ninputs:\n- name: kubernikus.git\n- - name: kubernikus.version\n- name: secrets.git\n+ - name: kubernikus.image\nrun...
Go
Apache License 2.0
sapcc/kubernikus
picks up version from image tag
596,240
10.10.2017 10:48:52
-7,200
5fec669821a38bc9036f4a2bf82ab0a539937134
fixessss to many s
[ { "change_type": "MODIFY", "old_path": "charts/kube-master/templates/api.yaml", "new_path": "charts/kube-master/templates/api.yaml", "diff": "@@ -101,7 +101,7 @@ spec:\n- apiserver\n- --etcd-servers=http://{{ include \"etcd.fullname\" . }}:2379\n- --secure-port=6443\n- - --advertise-address={{ .Valu...
Go
Apache License 2.0
sapcc/kubernikus
fixessss to many s
596,240
10.10.2017 14:41:40
-7,200
4c0fcf18d1537a51b815d1e4674fa3a2bdf263d6
major refactoring again
[ { "change_type": "MODIFY", "old_path": "ci/pipeline.yaml", "new_path": "ci/pipeline.yaml", "diff": "@@ -18,16 +18,16 @@ resources:\nbranch: master\ndepth: 1\n- #- name: charts.git\n- # type: git\n- # source:\n- # username: sapcc-bot\n- # password: ((github-com-access-token))\n- # uri: https://github...
Go
Apache License 2.0
sapcc/kubernikus
major refactoring again
596,240
10.10.2017 15:43:19
-7,200
17ed898b2965e7005559b6a146aa25700b032243
always add namespace (install works then too)
[ { "change_type": "MODIFY", "old_path": "ci/pipeline.yaml", "new_path": "ci/pipeline.yaml", "diff": "@@ -277,7 +277,7 @@ jobs:\nfile: pipeline.git/ci/task_helm-admin_kubernikus.yaml\nparams:\nREGION: admin\n- KUBERNIKUS_NAME: kubernikus-staging # should be k-staging if you copy this for other regions...
Go
Apache License 2.0
sapcc/kubernikus
always add namespace (install works then too)
596,240
10.10.2017 16:27:11
-7,200
0504b0a1434d2a0ed22480749f2c90304af10802
sets namespace
[ { "change_type": "MODIFY", "old_path": "charts/kubernikus/templates/api.yaml", "new_path": "charts/kubernikus/templates/api.yaml", "diff": "@@ -25,6 +25,7 @@ spec:\n{{- /* This is a bit convoluted but making sure that the url ends with /v3 */}}\n- --auth-url={{ trimSuffix \"/\" .Values.openstack.aut...
Go
Apache License 2.0
sapcc/kubernikus
sets namespace
596,240
10.10.2017 16:39:07
-7,200
2a1213a740509a03cc636af9474164471911a649
now with proper quotes
[ { "change_type": "MODIFY", "old_path": "charts/kubernikus/templates/api.yaml", "new_path": "charts/kubernikus/templates/api.yaml", "diff": "@@ -25,7 +25,7 @@ spec:\n{{- /* This is a bit convoluted but making sure that the url ends with /v3 */}}\n- --auth-url={{ trimSuffix \"/\" .Values.openstack.aut...
Go
Apache License 2.0
sapcc/kubernikus
now with proper quotes
596,240
10.10.2017 16:57:38
-7,200
0aa406aee721be82dc30a6c80a56215ffe74b0da
more confusion with values
[ { "change_type": "ADD", "old_path": "charts/kubernikus/charts/k8sniff-0.1.0.tgz", "new_path": "charts/kubernikus/charts/k8sniff-0.1.0.tgz", "diff": "Binary files /dev/null and b/charts/kubernikus/charts/k8sniff-0.1.0.tgz differ\n" }, { "change_type": "MODIFY", "old_path": "charts/kuberni...
Go
Apache License 2.0
sapcc/kubernikus
more confusion with values
596,240
11.10.2017 10:20:32
-7,200
14a5d0f449e3bd3161fcc736bd54a74f06935e7f
shorten node names
[ { "change_type": "MODIFY", "old_path": "pkg/client/openstack/client.go", "new_path": "pkg/client/openstack/client.go", "diff": "@@ -576,7 +576,7 @@ func (c *client) CreateNode(kluster *kubernikus_v1.Kluster, pool *kubernikus_v1.\nreturn \"\", err\n}\n- name := v1.SimpleNameGenerator.GenerateName(fmt...
Go
Apache License 2.0
sapcc/kubernikus
shorten node names
596,240
11.10.2017 11:25:54
-7,200
3302f7c2457bd32cddd2b1ce8342bf7c14558e92
filter on proper prefix
[ { "change_type": "MODIFY", "old_path": "pkg/client/openstack/client.go", "new_path": "pkg/client/openstack/client.go", "diff": "@@ -549,7 +549,7 @@ func (c *client) GetNodes(kluster *kubernikus_v1.Kluster, pool *kubernikus_v1.No\n}\nglog.V(5).Infof(\"Listing nodes for %v/%v\", project_id, pool_id)\n...
Go
Apache License 2.0
sapcc/kubernikus
filter on proper prefix
596,240
11.10.2017 15:21:40
-7,200
e36c9da4ede5ccabfd5a867561128f35ce724948
fix mtu trouble with DHCP
[ { "change_type": "MODIFY", "old_path": "pkg/templates/node.go", "new_path": "pkg/templates/node.go", "diff": "@@ -11,6 +11,18 @@ passwd:\nlocksmith:\nreboot_strategy: \"reboot\"\n+netowrkd:\n+ units:\n+ - name: 00-ens32.network\n+ contents: |\n+ [Match]\n+ Name=ens32\n+ [Network]\n+ DHCP=true\n+ [DH...
Go
Apache License 2.0
sapcc/kubernikus
fix mtu trouble with DHCP
596,240
11.10.2017 17:43:02
-7,200
d2cb9900a8ebd946cd2fbbbd5e834aa07c10597a
new name for network cards
[ { "change_type": "MODIFY", "old_path": "pkg/templates/node.go", "new_path": "pkg/templates/node.go", "diff": "@@ -13,10 +13,10 @@ locksmith:\nnetworkd:\nunits:\n- - name: 00-ens32.network\n+ - name: 00-ens.network\ncontents: |\n[Match]\n- Name=ens32\n+ Name=ens*\n[Network]\nDHCP=true\n[DHCP]\n" } ...
Go
Apache License 2.0
sapcc/kubernikus
new name for network cards
596,240
12.10.2017 16:28:16
-7,200
fae57807c9e4864ca41cd02d3abfeb30c5b8a59f
detangles kubeconfig default loading
[ { "change_type": "MODIFY", "old_path": "pkg/cmd/kubernikusctl/credenitals.go", "new_path": "pkg/cmd/kubernikusctl/credenitals.go", "diff": "@@ -19,6 +19,7 @@ import (\n\"github.com/spf13/cobra\"\n\"github.com/spf13/pflag\"\n\"k8s.io/client-go/tools/clientcmd\"\n+ clientcmdapi \"k8s.io/client-go/tool...
Go
Apache License 2.0
sapcc/kubernikus
detangles kubeconfig default loading
596,240
12.10.2017 16:35:30
-7,200
a1875a5c38057df7729b526c3500ef192029fc3a
creates dummy interface for kubernikus apiserver wormhole opening
[ { "change_type": "MODIFY", "old_path": "pkg/templates/node.go", "new_path": "pkg/templates/node.go", "diff": "@@ -123,7 +123,6 @@ systemd:\nDescription=Kube-Proxy\nRequires=network-online.target\nAfter=network-online.target\n-\n[Service]\nSlice=machine.slice\nExecStart=/usr/bin/rkt run \\\n@@ -145,1...
Go
Apache License 2.0
sapcc/kubernikus
creates dummy interface for kubernikus apiserver wormhole opening
596,240
12.10.2017 17:29:05
-7,200
d17eca4aceb40ee11a7beeccaa81f411b9ee8b8b
adds wormhole singularity to SANS
[ { "change_type": "MODIFY", "old_path": "pkg/controller/ground/certificates.go", "new_path": "pkg/controller/ground/certificates.go", "diff": "@@ -181,7 +181,7 @@ func (certs *Certificates) populateForSatellite(satellite string, config config.\ncerts.Kubelet.Clients.ApiServer = certs.signKubeletClien...
Go
Apache License 2.0
sapcc/kubernikus
adds wormhole singularity to SANS
596,240
12.10.2017 17:42:33
-7,200
5817c4960f4389177f5e2bb5b81086019337f20a
locksteps kubernikus version
[ { "change_type": "MODIFY", "old_path": "pkg/templates/ignition.go", "new_path": "pkg/templates/ignition.go", "diff": "@@ -11,6 +11,7 @@ import (\n\"github.com/coreos/container-linux-config-transpiler/config/platform\"\n\"github.com/golang/glog\"\n\"github.com/sapcc/kubernikus/pkg/apis/kubernikus/v1\...
Go
Apache License 2.0
sapcc/kubernikus
locksteps kubernikus version
596,240
13.10.2017 10:16:52
-7,200
78528540e40fd1dd4fc28c87d913f258208d5565
namespaces users in kubeconfig by kluster-name to avoid clashes between regions
[ { "change_type": "MODIFY", "old_path": "pkg/api/handlers/get_cluster_credentials.go", "new_path": "pkg/api/handlers/get_cluster_credentials.go", "diff": "@@ -2,6 +2,7 @@ package handlers\nimport (\n\"crypto/x509\"\n+ \"fmt\"\n\"time\"\n\"github.com/ghodss/yaml\"\n@@ -73,7 +74,7 @@ func (d *getCluste...
Go
Apache License 2.0
sapcc/kubernikus
namespaces users in kubeconfig by kluster-name to avoid clashes between regions
596,240
13.10.2017 10:18:33
-7,200
65f700ba1d93dbb100f505e49971496c3c2ff994
puts nodes into the default security group by default
[ { "change_type": "MODIFY", "old_path": "pkg/client/openstack/client.go", "new_path": "pkg/client/openstack/client.go", "diff": "@@ -585,6 +585,7 @@ func (c *client) CreateNode(kluster *kubernikus_v1.Kluster, pool *kubernikus_v1.\nImageName: pool.Image,\nNetworks: []servers.Network{servers.Network{UU...
Go
Apache License 2.0
sapcc/kubernikus
puts nodes into the default security group by default
596,240
13.10.2017 13:28:56
-7,200
e17c9c1bf1c6194be8e73c7d87375c47a07a878c
makes kubelet bootstrap reboot safe. fixes see also:
[ { "change_type": "MODIFY", "old_path": "pkg/templates/node.go", "new_path": "pkg/templates/node.go", "diff": "@@ -64,6 +64,7 @@ systemd:\nExecStartPre=/bin/mkdir -p /var/lib/cni\nExecStartPre=-/usr/bin/rkt rm --uuid-file=/var/run/kubelet-pod.uuid\nExecStart=/usr/lib/coreos/kubelet-wrapper \\\n+ --ce...
Go
Apache License 2.0
sapcc/kubernikus
makes kubelet bootstrap reboot safe. fixes #41. see also: https://github.com/kubernetes/kubernetes/pull/53317
596,240
13.10.2017 14:08:01
-7,200
5eabddbb4ca779a95c5cfea674788ff41c50a564
removes unneeded bind mount
[ { "change_type": "MODIFY", "old_path": "pkg/templates/node.go", "new_path": "pkg/templates/node.go", "diff": "@@ -99,8 +99,6 @@ systemd:\n--dns=host \\\n--volume var-lib-kubelet,kind=host,source=/var/lib/kubelet,readOnly=true \\\n--mount volume=var-lib-kubelet,target=/var/lib/kubelet \\\n- --volume ...
Go
Apache License 2.0
sapcc/kubernikus
removes unneeded bind mount
596,240
13.10.2017 15:56:56
-7,200
0c6909717ed3d6f64655e4237771f3ca482ada4c
makes domain a required value
[ { "change_type": "MODIFY", "old_path": "charts/kubernikus/templates/ingress.yaml", "new_path": "charts/kubernikus/templates/ingress.yaml", "diff": "@@ -9,9 +9,9 @@ metadata:\nspec:\ntls:\n- secretName: kubernikus-api\n- hosts: [{{.Values.domain}}]\n+ hosts: [{{ required \"domain missing\" .Values.do...
Go
Apache License 2.0
sapcc/kubernikus
makes domain a required value
596,240
13.10.2017 15:57:12
-7,200
96ef689769895a34dcb12fc995ea0074576b09dd
turns eu-nl-1 virtual
[ { "change_type": "MODIFY", "old_path": "ci/pipeline.yaml", "new_path": "ci/pipeline.yaml", "diff": "@@ -251,9 +251,14 @@ jobs:\n- task: deploy\nfile: pipeline.git/ci/task_helm_kubernikus.yaml\nparams:\n- REGION: eu-nl-1\n- NAMESPACE: kube-system\n- GITHUB_TOKEN: ((github-access-token))\n+ OS_AUTH_UR...
Go
Apache License 2.0
sapcc/kubernikus
turns eu-nl-1 virtual
596,240
13.10.2017 16:23:28
-7,200
bec62565e4f230fe6b8fb6e937183f511afc25c4
fix charts repo
[ { "change_type": "MODIFY", "old_path": "ci/task_helm_kubernikus-system.yaml", "new_path": "ci/task_helm_kubernikus-system.yaml", "diff": "@@ -8,7 +8,7 @@ image_resource:\ntag: 'latest'\ninputs:\n- - name: kubernikus.git\n+ - name: charts.git\n- name: secrets.git\nrun:\n@@ -18,8 +18,8 @@ run:\n- |\ns...
Go
Apache License 2.0
sapcc/kubernikus
fix charts repo
596,240
13.10.2017 16:28:18
-7,200
f943ea869bb6e6e2a3380e20c87d2869a22bdded
hello kubernikus-system
[ { "change_type": "ADD", "old_path": null, "new_path": "charts/kubernikus-system/Chart.yaml", "diff": "+apiVersion: v1\n+description: Kubernikus System Components\n+name: kubernikus-system\n+version: 0.1.0\n" }, { "change_type": "ADD", "old_path": null, "new_path": "charts/kubernikus-...
Go
Apache License 2.0
sapcc/kubernikus
hello kubernikus-system
596,240
13.10.2017 16:40:12
-7,200
d431ee380f456ffaf2b806acd31a56fba3a726d9
needs to pick up namespace from helm
[ { "change_type": "MODIFY", "old_path": "charts/kubernikus-system/charts/vice-president/templates/deployment.yaml", "new_path": "charts/kubernikus-system/charts/vice-president/templates/deployment.yaml", "diff": "@@ -3,7 +3,6 @@ apiVersion: extensions/v1beta1\nkind: Deployment\nmetadata:\nname: {{ te...
Go
Apache License 2.0
sapcc/kubernikus
needs to pick up namespace from helm
596,240
13.10.2017 16:45:08
-7,200
b67bba0b3698a9993accf049e4a0cdc941f4ee42
vendors vice-president
[ { "change_type": "MODIFY", "old_path": "charts/kubernikus-system/requirements.yaml", "new_path": "charts/kubernikus-system/requirements.yaml", "diff": "@@ -3,3 +3,6 @@ dependencies:\nrepository: https://kubernetes-charts.storage.googleapis.com\nversion: 0.8.7\ncondition: nginx-ingress.enabled\n+ - n...
Go
Apache License 2.0
sapcc/kubernikus
vendors vice-president
596,240
13.10.2017 16:51:16
-7,200
bc3c3eac1e356cf3b77bc7c73dd1449d9496e7da
now using correct auth-url
[ { "change_type": "MODIFY", "old_path": "ci/pipeline.yaml", "new_path": "ci/pipeline.yaml", "diff": "@@ -364,11 +364,11 @@ jobs:\n- task: deploy\nfile: pipeline.git/ci/task_helm_kubernikus-system.yaml\nparams:\n- OS_AUTH_URL: https://identity-3.staging.cloud.sap/v3\n- OS_USERNAME: {{kubernikus-stagin...
Go
Apache License 2.0
sapcc/kubernikus
now using correct auth-url
596,240
16.10.2017 13:24:06
-7,200
acda89e3d3348e8b63af89ff96a951bd13b5dce1
seeds kube-dns as part of cluster bootstrap
[ { "change_type": "MODIFY", "old_path": "pkg/controller/ground/bootstrap.go", "new_path": "pkg/controller/ground/bootstrap.go", "diff": "@@ -3,6 +3,7 @@ package ground\nimport (\n\"fmt\"\n+ \"github.com/sapcc/kubernikus/pkg/controller/ground/bootstrap/dns\"\napierrors \"k8s.io/apimachinery/pkg/api/er...
Go
Apache License 2.0
sapcc/kubernikus
seeds kube-dns as part of cluster bootstrap
596,240
16.10.2017 13:24:30
-7,200
587d89e08e8dd40a93b7c5c64c42edc67d9e5530
allows to ommit kubeconfig context
[ { "change_type": "MODIFY", "old_path": "pkg/client/kubernetes/client.go", "new_path": "pkg/client/kubernetes/client.go", "diff": "@@ -91,7 +91,11 @@ func (f *SharedClientFactory) ClientFor(k *kubernikus_v1.Kluster) (kubernetes.In\nfunc NewConfig(kubeconfig, context string) (*rest.Config, error) {\nr...
Go
Apache License 2.0
sapcc/kubernikus
allows to ommit kubeconfig context
596,240
16.10.2017 13:25:32
-7,200
029161e14cefb2411cf551a275a96b512e54469e
adds seed command that allows to repeat seeds for existing clusters
[ { "change_type": "MODIFY", "old_path": "pkg/cmd/kubernikus/kubernikus.go", "new_path": "pkg/cmd/kubernikus/kubernikus.go", "diff": "@@ -17,6 +17,7 @@ func NewCommand(name string) *cobra.Command {\nNewCertificatesCommand(),\nNewHelmCommand(),\nNewOperatorCommand(),\n+ NewSeedCommand(),\n)\nc.Persiste...
Go
Apache License 2.0
sapcc/kubernikus
adds seed command that allows to repeat seeds for existing clusters
596,240
16.10.2017 13:48:08
-7,200
de17f62e675e8a0a4e4191493e4c6ff8fb431555
ensures kube-dns configmap exists
[ { "change_type": "MODIFY", "old_path": "pkg/controller/ground/bootstrap/dns/dns.go", "new_path": "pkg/controller/ground/bootstrap/dns/dns.go", "diff": "@@ -16,6 +16,7 @@ import (\nconst (\nSERVICE_ACCOUNT = \"kube-dns\"\n+ CONFIGMAP = \"kube-dns\"\nDEFAULT_REPOSITORY = \"gcr.io/google_containers\"\n...
Go
Apache License 2.0
sapcc/kubernikus
ensures kube-dns configmap exists
596,240
16.10.2017 13:52:51
-7,200
62bbba417714e38afb10afb2377e1be9df105abf
includes cluster-domain and cluster-dns into kubelet config fixes
[ { "change_type": "MODIFY", "old_path": "pkg/templates/ignition.go", "new_path": "pkg/templates/ignition.go", "diff": "@@ -37,6 +37,8 @@ func (i *ignition) GenerateNode(kluster *v1.Kluster, client kubernetes.Interface\nKubeletClientsCA string\nApiserverClientsSystemKubeProxy string\nApiserverClientsS...
Go
Apache License 2.0
sapcc/kubernikus
includes cluster-domain and cluster-dns into kubelet config fixes #70
596,240
17.10.2017 09:46:05
-7,200
63e68ffaa03ebe4ccffc8c9151558c2196c65d28
externalizes kluster to helm value conversion
[ { "change_type": "MODIFY", "old_path": "pkg/apis/kubernikus/v1/kluster.go", "new_path": "pkg/apis/kubernikus/v1/kluster.go", "diff": "package v1\nimport (\n- yaml \"gopkg.in/yaml.v2\"\nmetav1 \"k8s.io/apimachinery/pkg/apis/meta/v1\"\n)\n-\n-\ntype NodePoolConfig struct {\nUpgrade bool `json:\"upgrad...
Go
Apache License 2.0
sapcc/kubernikus
externalizes kluster to helm value conversion
596,240
17.10.2017 10:03:41
-7,200
c4b87309853ae52e19cdcab98889da5dd8b4c162
externalizes certificate generation. removes certificates from KlusterSecrets
[ { "change_type": "MODIFY", "old_path": "pkg/api/handlers/get_cluster_credentials.go", "new_path": "pkg/api/handlers/get_cluster_credentials.go", "diff": "@@ -11,7 +11,7 @@ import (\n\"github.com/sapcc/kubernikus/pkg/api/models\"\n\"github.com/sapcc/kubernikus/pkg/api/rest/operations\"\n\"github.com/...
Go
Apache License 2.0
sapcc/kubernikus
externalizes certificate generation. removes certificates from KlusterSecrets
596,240
17.10.2017 10:10:25
-7,200
aed36277a9ef01b5868b1d03c1517c74195adb2c
removes kubernikus sub-values for idiomit value structure
[ { "change_type": "MODIFY", "old_path": "charts/kube-master/templates/_token.csv.tpl", "new_path": "charts/kube-master/templates/_token.csv.tpl", "diff": "{{/* vim: set filetype=gotexttmpl: */ -}}\n-{{ required \"missing kubernikus.boostrapToken\" .Values.kubernikus.bootstrapToken }},kubelet-bootstra...
Go
Apache License 2.0
sapcc/kubernikus
removes kubernikus sub-values for idiomit value structure
596,240
17.10.2017 10:19:36
-7,200
3824721d2873c4b9380d8ad42738c439a1ffaff2
removes bootstrapToken from kluster. Partly fixes
[ { "change_type": "MODIFY", "old_path": "charts/kube-master/templates/secrets.yaml", "new_path": "charts/kube-master/templates/secrets.yaml", "diff": "@@ -17,6 +17,7 @@ data:\nopenstack-lb-subnet-id: {{ .Values.openstack.lbSubnetID | b64enc }}\nopenstack-router-id: {{ .Values.openstack.routerID | b64...
Go
Apache License 2.0
sapcc/kubernikus
removes bootstrapToken from kluster. Partly fixes #67
596,240
17.10.2017 11:37:39
-7,200
9aa161c460102cf5ffea56c2ca88c669e867e480
seperates secrets and specs. removes all secrets from kluster. fixes
[ { "change_type": "MODIFY", "old_path": "charts/kube-master/templates/secrets.yaml", "new_path": "charts/kube-master/templates/secrets.yaml", "diff": "@@ -10,12 +10,14 @@ type: Opaque\ndata:\nopenstack.config: {{ include (print $.Template.BasePath \"/_openstack.config.tpl\") . | b64enc}}\n- openstack...
Go
Apache License 2.0
sapcc/kubernikus
seperates secrets and specs. removes all secrets from kluster. fixes #67
596,240
17.10.2017 14:19:45
-7,200
4f6973ca0ed0eaafa522ae16123cfa71b66e03cd
unifies kluster names
[ { "change_type": "MODIFY", "old_path": "ci/pipeline.yaml", "new_path": "ci/pipeline.yaml", "diff": "@@ -284,7 +284,7 @@ jobs:\nfile: pipeline.git/ci/task_helm-admin_kubernikus.yaml\nparams:\nREGION: admin\n- KUBERNIKUS_NAME: kubernikus-staging\n+ KUBERNIKUS_NAME: k-staging\nGITHUB_TOKEN: ((github-ac...
Go
Apache License 2.0
sapcc/kubernikus
unifies kluster names
596,240
17.10.2017 14:24:05
-7,200
8e78ef8f43fa0bd54a9ab20a4cfee4f761f28873
turns region lowercase
[ { "change_type": "MODIFY", "old_path": "pkg/util/helm/helm.go", "new_path": "pkg/util/helm/helm.go", "diff": "@@ -19,7 +19,7 @@ type openstackValues struct {\nPassword string `yaml:\"password\"`\nDomainName string `yaml:\"domainName\"`\nProjectID string `yaml:\"projectID\"`\n- Region string `yaml:\"...
Go
Apache License 2.0
sapcc/kubernikus
turns region lowercase
596,240
17.10.2017 15:36:36
-7,200
5b4648ec0b3d1ceb42b2508ea57c0775d12dfd51
burns some auth-info into CA certs
[ { "change_type": "MODIFY", "old_path": "pkg/apis/kubernikus/factory.go", "new_path": "pkg/apis/kubernikus/factory.go", "diff": "@@ -60,6 +60,10 @@ func (klusterFactory) KlusterFor(spec v1.KlusterSpec) (*v1.Kluster, error) {\nk.Spec.ClusterDNSDomain = DEFAULT_CLUSTER_DNS_DOMAIN\n}\n+ if k.ObjectMeta....
Go
Apache License 2.0
sapcc/kubernikus
burns some auth-info into CA certs
596,240
17.10.2017 15:59:03
-7,200
7d80c0376db9ec92108ccbf1432e102b2c0a45d1
passes version through to helm values
[ { "change_type": "MODIFY", "old_path": "pkg/apis/kubernikus/factory.go", "new_path": "pkg/apis/kubernikus/factory.go", "diff": "@@ -4,6 +4,7 @@ import (\n\"fmt\"\n\"github.com/sapcc/kubernikus/pkg/apis/kubernikus/v1\"\n+ \"github.com/sapcc/kubernikus/pkg/version\"\n)\nconst (\n@@ -64,6 +65,10 @@ fun...
Go
Apache License 2.0
sapcc/kubernikus
passes version through to helm values
596,240
17.10.2017 16:21:50
-7,200
488e674350815de288c8f867f80e87eb2a50b7b5
burns ingressHost into values
[ { "change_type": "MODIFY", "old_path": "pkg/util/helm/helm.go", "new_path": "pkg/util/helm/helm.go", "diff": "@@ -32,6 +32,10 @@ type etcdValues struct {\nPersistence persistenceValues `yaml:\"persistence,omitempty\"`\n}\n+type apiValues struct {\n+ IngressHost string `yaml:\"ingressHost,omitempty\"...
Go
Apache License 2.0
sapcc/kubernikus
burns ingressHost into values
596,240
17.10.2017 16:39:01
-7,200
a84fe94d9e16270cd91b710d39bf20911a5d08c5
just the host... boo. give golang structs for helm values
[ { "change_type": "MODIFY", "old_path": "pkg/util/helm/helm.go", "new_path": "pkg/util/helm/helm.go", "diff": "package helm\nimport (\n+ \"log\"\n+ \"net/url\"\n+\n\"github.com/sapcc/kubernikus/pkg/apis/kubernikus/v1\"\nyaml \"gopkg.in/yaml.v2\"\n)\n@@ -49,6 +52,11 @@ type kubernikusHelmValues struct...
Go
Apache License 2.0
sapcc/kubernikus
just the host... boo. give golang structs for helm values
596,240
17.10.2017 16:55:00
-7,200
ce17825b6ee7a2f90e7614c322064fc487200d52
valid name for cinder default storage class
[ { "change_type": "MODIFY", "old_path": "pkg/controller/ground/bootstrap.go", "new_path": "pkg/controller/ground/bootstrap.go", "diff": "@@ -34,7 +34,7 @@ func SeedKluster(client clientset.Interface) error {\nfunc SeedCinderStorageClass(client clientset.Interface) error {\nstorageClass := storage.Sto...
Go
Apache License 2.0
sapcc/kubernikus
valid name for cinder default storage class
596,240
17.10.2017 18:04:20
-7,200
c355947090f3af9db83dcb27e55057c8216a11c6
passes-in wormhole host as well as makes fields required
[ { "change_type": "MODIFY", "old_path": "charts/kube-master/templates/configmap.yaml", "new_path": "charts/kube-master/templates/configmap.yaml", "diff": "@@ -14,7 +14,7 @@ data:\n- name: local\ncluster:\ncertificate-authority: /etc/kubernetes/certs/tls-ca.pem\n- server: https://{{ .Values.api.ingres...
Go
Apache License 2.0
sapcc/kubernikus
passes-in wormhole host as well as makes fields required
596,240
17.10.2017 19:05:27
-7,200
0204bab1b8b529e14924dd665b30cc7708aa1484
uses the same default kubernetes service ip everwhere we duplicate it
[ { "change_type": "MODIFY", "old_path": "charts/kube-master/values.yaml", "new_path": "charts/kube-master/values.yaml", "diff": "@@ -27,7 +27,7 @@ certs: {}\nclusterCIDR: 198.19.0.0/16\nserviceCIDR: 198.18.128.0/17\n-advertiseAddress: 198.18.127.1\n+advertiseAddress: 198.18.128.1\n#bootstrapToken\n#v...
Go
Apache License 2.0
sapcc/kubernikus
uses the same default kubernetes service ip everwhere we duplicate it
596,240
17.10.2017 19:36:22
-7,200
286b7bdd5696a4124ada175ddbf4db53a9bc62b1
unified kluster names
[ { "change_type": "MODIFY", "old_path": "ci/pipeline.yaml", "new_path": "ci/pipeline.yaml", "diff": "@@ -213,7 +213,7 @@ jobs:\nOS_PROJECT_NAME: kubernikus\nOS_PROJECT_DOMAIN_NAME: ccadmin\nKUBERNIKUS_NAME: k-staging\n- KUBERNIKUS_URL: https://kubernikus-staging.admin.cloud.sap\n+ KUBERNIKUS_URL: htt...
Go
Apache License 2.0
sapcc/kubernikus
unified kluster names
596,240
18.10.2017 09:01:07
-7,200
92d40fd05615d9f686ba55fd30ab10dadfad0e8f
removes old codename
[ { "change_type": "MODIFY", "old_path": "charts/kube-master/charts/etcd/templates/deployment.yaml", "new_path": "charts/kube-master/charts/etcd/templates/deployment.yaml", "diff": "@@ -44,11 +44,11 @@ spec:\nfieldPath: status.podIP\ncommand: [ etcd ]\nargs:\n- - --name=cke\n+ - --name=kubernikus\n- -...
Go
Apache License 2.0
sapcc/kubernikus
removes old codename
596,240
18.10.2017 15:57:53
-7,200
7cc229ab7b92e6c912551a31971ec3830f1f41b7
fixes apiserver readyness check
[ { "change_type": "MODIFY", "old_path": "charts/kube-master/templates/api.yaml", "new_path": "charts/kube-master/templates/api.yaml", "diff": "@@ -136,9 +136,9 @@ spec:\nreadOnly: true\nreadinessProbe:\nhttpGet:\n- host: 127.0.0.1\npath: /healthz\n- port: 8080\n+ port: 6443\n+ scheme: HTTPS\ninitialD...
Go
Apache License 2.0
sapcc/kubernikus
fixes apiserver readyness check
596,240
18.10.2017 15:58:10
-7,200
1c364f7be90a65db1d8e8aab6784cb991e8e5817
moves staging to eu-nl-1
[ { "change_type": "MODIFY", "old_path": "ci/pipeline.yaml", "new_path": "ci/pipeline.yaml", "diff": "@@ -206,11 +206,11 @@ jobs:\n- task: deploy\nfile: pipeline.git/ci/task_helm_kubernikus.yaml\nparams:\n- OS_AUTH_URL: https://identity-3.staging.cloud.sap/v3\n- OS_USERNAME: {{kubernikus-staging-usern...
Go
Apache License 2.0
sapcc/kubernikus
moves staging to eu-nl-1
596,240
18.10.2017 18:29:49
-7,200
e373ba48ca49ce3a89a981aae042acfce4061805
allows to provide uids for project and domains
[ { "change_type": "MODIFY", "old_path": "pkg/cmd/kubernikusctl/credenitals.go", "new_path": "pkg/cmd/kubernikusctl/credenitals.go", "diff": "@@ -64,11 +64,15 @@ func NewCredentialsOptions() *CredentialsOptions {\no.auth = &tokens.AuthOptions{\nIdentityEndpoint: os.Getenv(\"OS_AUTH_URL\"),\nUsername: ...
Go
Apache License 2.0
sapcc/kubernikus
allows to provide uids for project and domains
596,240
19.10.2017 16:30:27
-7,200
0c25a5b9d42f094a22aa1666359ab6c4ff32425d
sprinkles fairy dust on the credentials command to make many parameters optional
[ { "change_type": "MODIFY", "old_path": "pkg/cmd/kubernikusctl/credenitals.go", "new_path": "pkg/cmd/kubernikusctl/credenitals.go", "diff": "package kubernikusctl\nimport (\n+ \"crypto/x509\"\n+ \"encoding/pem\"\n\"fmt\"\n\"net/url\"\n\"os\"\n+ \"strings\"\n\"github.com/go-openapi/runtime\"\n\"github...
Go
Apache License 2.0
sapcc/kubernikus
sprinkles fairy dust on the credentials command to make many parameters optional
596,240
19.10.2017 17:30:19
-7,200
560cec6151990d31f8b65606735d6a029ca11b62
retrieves kubernikus url from service catalog for credentials metadata
[ { "change_type": "MODIFY", "old_path": "pkg/client/openstack/client.go", "new_path": "pkg/client/openstack/client.go", "diff": "@@ -58,6 +58,7 @@ type Client interface {\nGetRouters(project_id string) ([]Router, error)\nDeleteUser(username, domainID string) error\nCreateKlusterServiceUser(username, ...
Go
Apache License 2.0
sapcc/kubernikus
retrieves kubernikus url from service catalog for credentials metadata