Ashish Jaiswal

Results 14 comments of Ashish Jaiswal

@tylerjl I have fixed it. It was quite a fun, since I got messed up my local branch.

> +1 @ashish1099, would not it make sense to create a separate issue for the label problem? I agree

We ended up fixing this in a different way. We are using puppet for config mgmt, and simply created a puppet resource which goes and run on all the client...

I used `azurefile` with ext4 and it worked fine ```yaml kind: StorageClass apiVersion: storage.k8s.io/v1 metadata: name: k8id-azurefile-ext4 provisioner: file.csi.azure.com reclaimPolicy: Delete volumeBindingMode: Immediate allowVolumeExpansion: true parameters: skuName: Standard_LRS fsType: ext4...

I can see someone has already did this https://github.com/k8s-at-home/charts/tree/master/charts/stable/traefik-forward-auth

``` hosts: 192.168.1.12: Aliases: my_server Inherits: a_cool_template ``` I think this should work, havent tested it though

> > For any who find this thread after me, this worked fine in k8s. > > ```yaml > > apiVersion: apps/v1 > > kind: Deployment > > metadata: >...