<#3080 [Housekeeping] Issues with bundled demo ima...
# flyte-github
a
#3080 [Housekeeping] Issues with bundled demo image Issue created by wild-endeavor New Bundled Sandbox Image This ticket is to collect issues with the new bundled sandbox environment image. This image is the result of the following PRs: #3066 flyteorg/flytectl#370 #2994 #3137 Cluster Resource Cron • Need more investigation but either it's not running, or not picking up additional configuration. • Manually added more templates to the configmap but none of them were created.
Copy code
$ kf get cm cluster-resource-templates -o yaml
apiVersion: v1
data:
  ac_spark_role.yaml: |
    apiVersion: <http://rbac.authorization.k8s.io/v1beta1|rbac.authorization.k8s.io/v1beta1>
    kind: Role
    metadata:
      name: spark-role
      namespace: {{ namespace }}
    rules:
    - apiGroups: ["*"]
      resources: ["pods"]
      verbs: ["*"]
    - apiGroups: ["*"]
      resources: ["services"]
      verbs: ["*"]
    - apiGroups: ["*"]
      resources: ["configmaps", "persistentvolumeclaims"]
      verbs: ["*"]
  ad_spark_service_account.yaml: |
    apiVersion: v1
    kind: ServiceAccount
    metadata:
      name: spark
      namespace: {{ namespace }}
  ae_spark_role_binding.yaml: |
    apiVersion: <http://rbac.authorization.k8s.io/v1beta1|rbac.authorization.k8s.io/v1beta1>
    kind: RoleBinding
    metadata:
      name: spark-role-binding
      namespace: {{ namespace }}
    roleRef:
      apiGroup: <http://rbac.authorization.k8s.io|rbac.authorization.k8s.io>
      kind: Role
      name: spark-role
    subjects:
    - kind: ServiceAccount
      name: spark
      namespace: {{ namespace }}
  namespace.yaml: |
    apiVersion: v1
    kind: Namespace
    metadata:
      name: {{ namespace }}
kind: ConfigMap
Nits • Logging level should be increased. Misc Are you sure this issue hasn't been raised already? ☑︎ Yes Have you read the Code of Conduct? ☑︎ Yes flyteorg/flyte