You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CLIP-1587: Fix the Invalid apiVersion problem (#240)
* CLIP-1587: Changed client.authentication.k8s.io/v1alpha1 to client.authentication.k8s.io/v1beta1
* CLIP-1587: Updated the prequisites documentation.
* CLIP-1587: Upgraded kubectl version to 1.24.0
* CLIP-1587: replaced apiVersion in context file used by e2e tests.
* Updated the changelog
* CLIP-1587: fixed the nfs connectivity test for bitbucket.
* CLIP-1590: Upgraded helm chart versions to 1.4.0 (#239)
Co-authored-by: nghazalibeiklar <nghazalibeiklar@atlassian.com>
Co-authored-by: nghazalibeiklar <nghazalibeiklar@atlassian.com>
// Due to the deprecation of v1alpha1, there will be an extra line added to kubectl output:
62
-
// Kubeconfig user entry is using deprecated API version client.authentication.k8s.io/v1alpha1. Run 'aws eks update-kubeconfig' to update.\nGreetings from an NFS
63
-
outputSlice=strings.Split(output, "\n")
64
-
fileContents:=outputSlice[1]
65
-
assert.Equal(t, "Greetings from an NFS", fileContents)
0 commit comments