Desmond Kirrane

Results 24 comments of Desmond Kirrane

hitting this with the below test results xml file `Error: Cannot read property 'split' of undefined` - name: Test Report uses: dorny/test-reporter@v1 with: name: Terratest Tests path: report.xml reporter: java-junit...

I'm hitting the same in Terraform Cloud. Workspace is using Terraform `1.2.9` ![image](https://user-images.githubusercontent.com/1280116/190493269-5d82a9b6-f833-4ee9-aba7-72ac3417b4db.png)

@sebasslash - Sounds good. I seem to have worked around it. I think giving the `Team` > `Organization Access` > `Manage Workspaces Allow members to create and administrate all workspaces...

@brandonc The workspace I'm importing into has an empty state file. It hasn't been run yet. The `data "tfe_outputs"` does not exist in state yet. Does this mean I'll have...

I got rid of the the `[ERROR] Error reading CLI config or credentials file` by manually creating the `credentials.tfrc.json` file. Setting the env variables `TFE_TOKEN` or `TF_TOKEN_app_terraform_io` was not enough....

Found that the issue is the `nodeSelector` on the charts [Daemonset](https://github.com/kubernetes/cloud-provider-vsphere/blob/master/charts/vsphere-cpi/templates/daemonset.yaml#L43) `node-role.kubernetes.io/control-plane: "true"` whereas the node created by kubeadm init has this label `node-role.kubernetes.io/control-plane: ''` When I remove `true` from...

I don't know if this is related but I see the following warning in Logs (Extension Host) ``` [2022-06-08 11:44:10.729] [exthost] [warning] [redhat.vscode-yaml] Accessing a resource scoped configuration without providing...

Yip error disappears when I disable proxy on startup `code --no-proxy-server`

I'm hitting this just now with latest from master. Trying to get a Kubernetes 1.25 cluster going I'm using Ubuntu Server 22.04 LTS (ansible_distribution=Ubuntu ansible_distribution_major_version=22) ``` - name: geerlingguy.containerd version:...