Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Release KUDO Spark Operator beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Kirillov committed Nov 14, 2019
1 parent 265c957 commit 389614e
Show file tree
Hide file tree
Showing 42 changed files with 9 additions and 14,699 deletions.
2 changes: 0 additions & 2 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
* @akirillov @VladimirKravtsov @rpalaznik @farhan5900 @samvantran @alembiewski
/dashboards @VladimirKravtsov @akirillov
/images @alembiewski @akirillov
/kudo-operator @farhan5900 @VladimirKravtsov @akirillov
/kudo-operator/docs @samvantran @akirillov
/scripts @alembiewski @VladimirKravtsov @akirillov
/specs @farhan5900 @VladimirKravtsov @akirillov
/tests @rpalaznik @akirillov
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
[submodule "shared"]
path = shared
url = [email protected]:mesosphere/data-services-kudo.git
[submodule "operators"]
path = operators
url = [email protected]:kudobuilder/operators.git
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ kubectl get sparkapplication
kubectl describe sparkapplication mock-task-runner
```

To get started with your app monitoring, please, see also [monitoring documentation](kudo-operator/docs/latest/monitoring.md)
To get started with your app monitoring, please, see also [monitoring documentation](operators/repository/spark/docs/latest/monitoring.md)

### MKE cluster provisioning

Expand Down
2 changes: 1 addition & 1 deletion images/builder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM golang:1.13.0@sha256:de697ce5ae02f3d9a57b0603fbb648efadfa212727e702ad3a807b43eba7f6d6

ARG KUDO_DOWNLOAD_URL=https://github.com/kudobuilder/kudo/releases/download/v0.8.0-pre.2/kubectl-kudo_0.8.0-pre.2_linux_x86_64
ARG KUDO_DOWNLOAD_URL=https://github.com/kudobuilder/kudo/releases/download/v0.8.0/kubectl-kudo_0.8.0_linux_x86_64
ARG KUBECTL_DOWNLOAD_URL=https://storage.googleapis.com/kubernetes-release/release/v1.16.0/bin/linux/amd64/kubectl

RUN curl -LO ${KUBECTL_DOWNLOAD_URL} && \
Expand Down
14 changes: 0 additions & 14 deletions kudo-operator/README.md

This file was deleted.

11 changes: 0 additions & 11 deletions kudo-operator/docs/latest/README.md

This file was deleted.

77 changes: 0 additions & 77 deletions kudo-operator/docs/latest/configuration.md

This file was deleted.

116 changes: 0 additions & 116 deletions kudo-operator/docs/latest/history-server.md

This file was deleted.

62 changes: 0 additions & 62 deletions kudo-operator/docs/latest/installation.md

This file was deleted.

10 changes: 0 additions & 10 deletions kudo-operator/docs/latest/limitations.md

This file was deleted.

Loading

0 comments on commit 389614e

Please sign in to comment.