You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I was expecting terratest to use client-go, when run in container within a container?
To Reproduce
Create a Dockerfile:
# syntax=docker/dockerfile:1
FROM golang:1.21.7 AS builder
ARG TEST_FOLDER
WORKDIR /app
COPY go.mod go.sum ./
RUN go mod download
COPY $TEST_FOLDER/*.go ./
COPY $TEST_FOLDER/*.yml ./
Hi,
yes kubectl is required to be in path, AFAIK it is to be able to re-use existing configurations through KUBECONFIG and to be able to use kustomize through kubectl apply -k
Describe the bug
I was expecting terratest to use client-go, when run in container within a container?
To Reproduce
Create a Dockerfile:
Build using:
Pod:
Error:
Expected behavior
A clear and concise description of what you expected to happen.
Nice to have
Versions
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: