however when using the issuer configuration on kind v0.10.0 I also get this error. is there a way to configure kubernetes auth method that will satisfy both version of kind? Thanks
I’m afraid not. If the different versions are configured with different --service-account-issuer values for kube-apiserver, then you need to set different issuers for the kubernetes auth mounts. I haven’t tested this, but you might be able to override the default --service-account-issuer flag value using a kind config file: