Matthew Warren
Matthew Warren
**What happened (please include outputs or screenshots)**: When running the following test code; ``` body=k8s.client.V1PersistentVolumeClaim(metadata=k8s.client.V1ObjectMeta( name="%s-%s" % ("username","test_name") ), spec=k8s.client.V1PersistentVolumeClaimSpec( volume_mode="Filesystem", access_modes=["ReadWriteOnce"], storage_class_name="build-pvc", resources=k8s.client.V1ResourceRequirements( requests={"storage","1Gi"} ) ) ) try: api_response=k8s_client.create_namespaced_persistent_volume_claim("testnamespace",body,pretty=True)...
When I r-click file, and select 'Git: View File History' the File History (filename) tab opens up, and it does show the history of the file, but it also goes...
- [x ] I have tried with the latest version of Docker Desktop - [x ] I have tried disabling enabled experimental features - [ ] I have uploaded Diagnostics...
**What happened**: A pvc used as a volume mount inside a test pod appears to be correctly mounted per kubelet logs, and csi-nfs-node logs, but writes the to the mountpoint...