Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add snapshot beta CRD deployment for 1.17 #98

Merged
merged 20 commits into from
Dec 5, 2019

Commits on Nov 6, 2019

  1. Merge pull request kubernetes-csi#43 from pohly/system-pod-logging

    prow.sh: also log output of system containers
    k8s-ci-robot authored Nov 6, 2019
    Configuration menu
    Copy the full SHA
    4fcafec View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

  1. Adding build for ppc64le

    Pensu committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    83a4ef1 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2019

  1. Delete kind cluster after tests run.

    Inside a real Prow job it is better to clean up at runtime instead of leaving that to the Prow job cleanup code because the later sometimes times out.
    
    Signed-off-by: Mucahit Kurt <mucahitkurt@gmail.com>
    mucahitkurt committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    1eaaaa1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-csi#46 from mucahitkurt/kind-cluster-cl…

    …eanup
    
    delete kind cluster after tests run
    k8s-ci-robot authored Nov 21, 2019
    Configuration menu
    Copy the full SHA
    a41f386 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2019

  1. Add snapshotter CRDs after cluster setup

    Signed-off-by: Grant Griffiths <grant@portworx.com>
    ggriffiths committed Nov 24, 2019
    Configuration menu
    Copy the full SHA
    003c14b View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2019

  1. Merge pull request kubernetes-csi#45 from ggriffiths/snapshot_beta_crds

    Add snapshotter CRDs after cluster setup
    k8s-ci-robot authored Nov 25, 2019
    Configuration menu
    Copy the full SHA
    8adde49 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2019

  1. Configuration menu
    Copy the full SHA
    ca888f7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-csi#47 from Pensu/multi-arch

    Adding build for ppc64le
    k8s-ci-robot authored Nov 26, 2019
    Configuration menu
    Copy the full SHA
    6d674a7 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2019

  1. Use kind v0.6.0

    kind v0.6.0 appends the kubeconfig with the default config at
    ~/.kube/config.
    darkowlzz committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    80bba1f View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2019

  1. Configuration menu
    Copy the full SHA
    4ff2f5f View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2019

  1. Create a kind cluster with two worker nodes so that the topology feat…

    …ure can be tested. Test cases that test accessing volumes from multiple nodes need to be skipped
    msau42 committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    9a7a685 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2019

  1. Improve snapshot pod running checks and improve version_gt

    Signed-off-by: Grant Griffiths <grant@portworx.com>
    ggriffiths committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    4ad6949 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-csi#51 from msau42/enable-multinode

    Enable topology testing with hostpath driver
    k8s-ci-robot authored Dec 4, 2019
    Configuration menu
    Copy the full SHA
    d7c69d2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes-csi#49 from ggriffiths/prowsh_improve_v…

    …ersion_gt
    
    Improve snapshot-controller running check and version_gt to support multiple formats
    k8s-ci-robot authored Dec 4, 2019
    Configuration menu
    Copy the full SHA
    771ca6f View commit details
    Browse the repository at this point in the history
  4. Split snapshotter changes and beta images update for k8s 1.17

    Signed-off-by: Grant Griffiths <grant@portworx.com>
    ggriffiths committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    7fedb9d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fc49ed4 View commit details
    Browse the repository at this point in the history
  6. fix syntax for ppc64le build

    msau42 committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    a4e6299 View commit details
    Browse the repository at this point in the history
  7. Merge pull request kubernetes-csi#53 from msau42/fix-make

    fix syntax for ppc64le build
    k8s-ci-robot authored Dec 4, 2019
    Configuration menu
    Copy the full SHA
    540599b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8931eaf View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2019

  1. Add topology feature gate to provisioner for k8s 1.17

    Signed-off-by: Grant Griffiths <grant@portworx.com>
    ggriffiths committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    c10d111 View commit details
    Browse the repository at this point in the history