white-balloon-205
sparse-park-68967
12/02/2020, 8:47 PMwhite-balloon-205
pulumi/pulumi-kubernetes-operator@v0.0.8
which includes the fixes for:
• https://github.com/pulumi/pulumi-kubernetes-operator/issues/96
• https://github.com/pulumi/pulumi-kubernetes-operator/issues/98
• https://github.com/pulumi/pulumi-kubernetes-operator/issues/102
• https://github.com/pulumi/pulumi-kubernetes-operator/issues/83
• https://github.com/pulumi/pulumi-kubernetes-operator/issues/87
• https://github.com/pulumi/pulumi-kubernetes-operator/issues/104dry-engine-17210
01/25/2021, 9:08 PMalert-mechanic-59024
08/11/2021, 6:13 PMbored-vegetable-38523
09/13/2021, 5:25 PMprehistoric-kite-30979
09/15/2021, 1:26 PMprehistoric-kite-30979
09/20/2021, 7:33 PM"Stdout":"fatal: could not read Username for '<https://github.com>': No such device or address"
breezy-bear-50708
09/24/2021, 1:55 PMprehistoric-kite-30979
09/27/2021, 7:56 PMprehistoric-kite-30979
09/29/2021, 3:17 PMambitious-salesmen-39356
10/15/2021, 7:57 PMcrooked-pillow-11944
10/15/2021, 10:43 PMkubernetesx
but it's worth it to me to see this thru and validate if/that this will work for mebusy-house-95123
10/28/2021, 12:13 PMcalm-agent-50232
01/18/2022, 6:29 AMerror":"failed to create local workspace: failed to create workspace, unable to enlist in git repo: unable to checkout branch: reference not found"
here’s the config:
spec:
projectRepo: <https://gitlab.com/mycompany/sre/pko-poc.git>
stack: mycompany/infra-apps/poc
branch: "refs/heads/main" #this works for some reason but /refs/heads/poc results in reference not found
#branch: "poc" #this also results in reference not found
repoDir: infra-apps
envRefs:
PULUMI_ACCESS_TOKEN:
type: Secret
secret:
name: pulumi-api-secret
key: accessToken
gitAuth:
accessToken:
type: Secret
secret:
name: git-secret
key: privateToken
this is a private gitlab repo but i have confirmed auth is successful and if i point it at /refs/heads/main
then it does update the pulumi project
thanksbrainy-window-77332
01/20/2022, 2:16 PMstocky-motorcycle-65008
02/07/2022, 2:07 PMstocky-motorcycle-65008
02/07/2022, 3:36 PMearly-notebook-60164
04/20/2022, 5:25 AMbored-processor-13571
04/21/2022, 8:18 PMfailed to create local workspace: failed to create workspace, unable to enlist in git repo: unable to clone repo: ssh: handshake failed: knownhosts: key is unknown"
I've even went into the operator container and tried ssh-keyscan -p 4567 -H <http://git.host.com|git.host.com> >> ~/.ssh/known_hosts
but it doesn't do anything
has anybody experienced something similar?damp-honey-93158
04/25/2022, 4:00 PMbroad-parrot-78298
04/26/2022, 3:18 PMnarrow-translator-93508
06/09/2022, 4:38 PMoperator
, especially this error message No permalink found
, I'm using a GCS backend FYInarrow-translator-93508
06/09/2022, 4:39 PM{
"level": "error",
"ts": "2022-06-09T16:33:51.377Z",
"logger": "controller_stack",
"msg": "No permalink found.",
"Request.Namespace": "default",
"Request.Name": "hello-stack-6c5ede73",
"Namespace": "default",
"error": "failed to get permalink",
"errorVerbose": "failed to get permalink\<http://ngithub.com/pulumi/pulumi/sdk/v3/go/auto.init\n\t/home/runner/go/pkg/mod/github.com/pulumi/pulumi/sdk/v3@v3.30.0/go/auto/stack.go:694\nruntime.doInit\n\t/opt/hostedtoolcache/go/1.17.8/x64/src/runtime/proc.go:6498\nruntime.doInit\n\t/opt/hostedtoolcache/go/1.17.8/x64/src/runtime/proc.go:6475\nruntime.doInit\n\t/opt/hostedtoolcache/go/1.17.8/x64/src/runtime/proc.go:6475\nruntime.doInit\n\t/opt/hostedtoolcache/go/1.17.8/x64/src/runtime/proc.go:6475\nruntime.doInit\n\t/opt/hostedtoolcache/go/1.17.8/x64/src/runtime/proc.go:6475\nruntime.main\n\t/opt/hostedtoolcache/go/1.17.8/x64/src/runtime/proc.go:238\nruntime.goexit\n\t/opt/hostedtoolcache/go/1.17.8/x64/src/runtime/asm_amd64.s:1581|ngithub.com/pulumi/pulumi/sdk/v3/go/auto.init\n\t/home/runner/go/pkg/mod/github.com/pulumi/pulumi/sdk/v3@v3.30.0/go/auto/stack.go:694\nruntime.doInit\n\t/opt/hostedtoolcache/go/1.17.8/x64/src/runtime/proc.go:6498\nruntime.doInit\n\t/opt/hostedtoolcache/go/1.17.8/x64/src/runtime/proc.go:6475\nruntime.doInit\n\t/opt/hostedtoolcache/go/1.17.8/x64/src/runtime/proc.go:6475\nruntime.doInit\n\t/opt/hostedtoolcache/go/1.17.8/x64/src/runtime/proc.go:6475\nruntime.doInit\n\t/opt/hostedtoolcache/go/1.17.8/x64/src/runtime/proc.go:6475\nruntime.main\n\t/opt/hostedtoolcache/go/1.17.8/x64/src/runtime/proc.go:238\nruntime.goexit\n\t/opt/hostedtoolcache/go/1.17.8/x64/src/runtime/asm_amd64.s:1581>",
"stacktrace": "<http://github.com/pulumi/pulumi-kubernetes-operator/pkg/controller/stack.(*ReconcileStack).Reconcile\n\t/home/runner/work/pulumi-kubernetes-operator/pulumi-kubernetes-operator/pkg/controller/stack/stack_controller.go:319\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler\n\t/home/runner/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.9.0/pkg/internal/controller/controller.go:298\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem\n\t/home/runner/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.9.0/pkg/internal/controller/controller.go:253\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2\n\t/home/runner/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.9.0/pkg/internal/controller/controller.go:214|github.com/pulumi/pulumi-kubernetes-operator/pkg/controller/stack.(*ReconcileStack).Reconcile\n\t/home/runner/work/pulumi-kubernetes-operator/pulumi-kubernetes-operator/pkg/controller/stack/stack_controller.go:319\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler\n\t/home/runner/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.9.0/pkg/internal/controller/controller.go:298\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem\n\t/home/runner/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.9.0/pkg/internal/controller/controller.go:253\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2\n\t/home/runner/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.9.0/pkg/internal/controller/controller.go:214>"
}
strong-ability-43344
07/22/2022, 11:06 AMsparse-intern-71089
07/29/2022, 4:06 PMfuture-exabyte-15821
08/01/2022, 12:58 PMstackConfigDir: stacks/
When the operator is running I see the following message: `Missing stack config file. Will assume no stack config checked-in.`Ok.. thats weird, its surely in Git.. After that message its creating a file Pulumi.foo.yml
in the root of the project with the content {}
Thats an extra weird because useLocalStackOnly: true
is set. But when its doing the up
it is using the values in the stacks/Pulumi.foo.yaml
. stack: "foo"
is configured for the `Stack`resource.
Im confused 😄prehistoric-translator-89978
09/01/2022, 10:46 PMsparse-park-68967
09/07/2022, 8:58 PMjolly-bear-34819
09/09/2022, 4:10 PM