Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove spark #684

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ endef

.PHONY: kustomize
kustomize:
KUSTOMIZE_VERSION=3.8.4 bash script/generate_kustomize.sh
KUSTOMIZE_VERSION=3.9.2 bash script/generate_kustomize.sh

.PHONY: deploy_sandbox
deploy_sandbox:
Expand Down
10 changes: 0 additions & 10 deletions deployment/eks/flyte_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8003,8 +8003,6 @@ data:
af_spark-role-binding.yaml: "apiVersion: rbac.authorization.k8s.io/v1beta1\nkind: RoleBinding\nmetadata:\n name: spark-role-binding\n namespace: {{ namespace }} \nroleRef:\n apiGroup: rbac.authorization.k8s.io\n kind: Role\n name: spark-role\nsubjects:\n- kind: ServiceAccount\n name: spark\n namespace: {{ namespace }}\n\n"
kind: ConfigMap
metadata:
annotations: {}
labels: {}
name: clusterresource-template-tkdkkt4cb5
namespace: flyte
---
Expand Down Expand Up @@ -8052,8 +8050,6 @@ data:
maxDownloadMBs: 10
kind: ConfigMap
metadata:
annotations: {}
labels: {}
name: datacatalog-config-2bb94tc5b5
namespace: flyte
---
Expand Down Expand Up @@ -8161,8 +8157,6 @@ data:
storage: 2000Mi
kind: ConfigMap
metadata:
annotations: {}
labels: {}
name: flyte-admin-config-g79597h75m
namespace: flyte
---
Expand Down Expand Up @@ -8335,8 +8329,6 @@ data:
cloudwatch-log-group: <log-group>
kind: ConfigMap
metadata:
annotations: {}
labels: {}
name: flyte-propeller-config-ct29cf4cch
namespace: flyte
---
Expand All @@ -8345,8 +8337,6 @@ data:
pass.txt: eW91cnBhc3N3b3Jk
kind: Secret
metadata:
annotations: {}
labels: {}
name: db-pass-bthd2588cc
namespace: flyte
type: Opaque
Expand Down
30 changes: 10 additions & 20 deletions deployment/gcp/flyte_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7999,8 +7999,6 @@ data:
af_spark-role-binding.yaml: "apiVersion: rbac.authorization.k8s.io/v1beta1\nkind: RoleBinding\nmetadata:\n name: spark-role-binding\n namespace: {{ namespace }} \nroleRef:\n apiGroup: rbac.authorization.k8s.io\n kind: Role\n name: spark-role\nsubjects:\n- kind: ServiceAccount\n name: spark\n namespace: {{ namespace }}\n\n"
kind: ConfigMap
metadata:
annotations: {}
labels: {}
name: clusterresource-template-tkdkkt4cb5
namespace: flyte
---
Expand Down Expand Up @@ -8048,8 +8046,6 @@ data:
maxDownloadMBs: 10
kind: ConfigMap
metadata:
annotations: {}
labels: {}
name: datacatalog-config-d56hkd9229
namespace: flyte
---
Expand Down Expand Up @@ -8152,8 +8148,6 @@ data:
storage: 2000Mi
kind: ConfigMap
metadata:
annotations: {}
labels: {}
name: flyte-admin-config-678t259tk4
namespace: flyte
---
Expand Down Expand Up @@ -8322,8 +8316,6 @@ data:
stackdriver-logresourcename: k8s_container
kind: ConfigMap
metadata:
annotations: {}
labels: {}
name: flyte-propeller-config-7288ccf2f8
namespace: flyte
---
Expand All @@ -8332,8 +8324,6 @@ data:
pass.txt: eW91cnBhc3N3b3Jk
kind: Secret
metadata:
annotations: {}
labels: {}
name: db-pass-bthd2588cc
namespace: flyte
type: Opaque
Expand Down Expand Up @@ -8397,6 +8387,13 @@ metadata:
namespace: flyte
spec:
ports:
- name: redoc
port: 87
protocol: TCP
targetPort: 8087
- name: http-metrics
port: 10254
protocol: TCP
- name: http
port: 80
protocol: TCP
Expand All @@ -8405,13 +8402,6 @@ spec:
port: 81
protocol: TCP
targetPort: 8089
- name: redoc
port: 87
protocol: TCP
targetPort: 8087
- name: http-metrics
port: 10254
protocol: TCP
selector:
app: flyteadmin
type: LoadBalancer
Expand All @@ -8425,16 +8415,16 @@ metadata:
namespace: flyte
spec:
ports:
- port: 80
protocol: TCP
targetPort: 8080
- name: redoc
port: 87
protocol: TCP
targetPort: 8087
- name: http-metrics
port: 10254
protocol: TCP
- port: 80
protocol: TCP
targetPort: 8080
selector:
app: flyteconsole
type: LoadBalancer
Expand Down
Loading