Skip to content

passing service-account flag gives the message there isn't a valid docker environment #105

@Daniel-Jacob

Description

@Daniel-Jacob

I am trying to setup kubedock. When i don't pass the service account flag I run into the issue that the basic service account doesn't have privileges to create the pod. When i pass the service account flag in a gitlab pipeline like this:

services:

  • name: some-kubedock-image # --> official image
    command: ["server", "--reverse-proxy", "--service-account my-serviceaccount"]

it throws the exception that no valid docker environment can be found. Docker is not installed on our cluster. We use job to build images and push them to kubernetes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions