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

removed enable-hostpath-provisioner entry #370

Merged
merged 2 commits into from
Jan 24, 2024

Conversation

deepakm-ntnx
Copy link
Contributor

reason: it was carry forward from docker provider and is not needed for nutanix provider kcp and kcpt

What this PR does / why we need it:

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #

How Has This Been Tested?:

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration and test output

Special notes for your reviewer:

Please confirm that if this PR changes any image versions, then that's the sole change this PR makes.

Release note:


reason: it was carry forward from docker provider and is not needed for
nutanix provider kcp and kcpt
@deepakm-ntnx
Copy link
Contributor Author

local testing results with quick-start test

make test-e2e-calico LABEL_FILTERS=quickstart  

Output

When following the Cluster API quick-start Should create a workload cluster [quickstart, capx-feature-test]
/Users/deepak.muley/go/pkg/mod/sigs.k8s.io/cluster-api/test@v1.3.5/e2e/quick_start.go:78
  STEP: Creating a namespace for hosting the "quick-start" test spec @ 01/19/24 15:29:10.682
  INFO: Creating namespace quick-start-rudnef
  INFO: Creating event watcher for namespace "quick-start-rudnef"
  STEP: Creating a workload cluster @ 01/19/24 15:29:10.709
  INFO: Creating the workload cluster with name "quick-start-z5lu20" using the "(default)" template (Kubernetes v1.27.9, 1 control-plane machines, 1 worker machines)
  INFO: Getting the cluster template yaml
  INFO: clusterctl config cluster quick-start-z5lu20 --infrastructure (default) --kubernetes-version v1.27.9 --control-plane-machine-count 1 --worker-machine-count 1 --flavor (default)
  INFO: Applying the cluster template yaml to the cluster
configmap/quick-start-z5lu20-pc-trusted-ca-bundle created
configmap/nutanix-ccm created
configmap/cni-quick-start-z5lu20-crs-cni created
secret/quick-start-z5lu20 created
secret/nutanix-ccm-secret created
clusterresourceset.addons.cluster.x-k8s.io/nutanix-ccm-crs created
clusterresourceset.addons.cluster.x-k8s.io/quick-start-z5lu20-crs-cni created
kubeadmconfigtemplate.bootstrap.cluster.x-k8s.io/quick-start-z5lu20-kcfg-0 created
cluster.cluster.x-k8s.io/quick-start-z5lu20 created
machinedeployment.cluster.x-k8s.io/quick-start-z5lu20-wmd created
machinehealthcheck.cluster.x-k8s.io/quick-start-z5lu20-mhc created
kubeadmcontrolplane.controlplane.cluster.x-k8s.io/quick-start-z5lu20-kcp created
nutanixcluster.infrastructure.cluster.x-k8s.io/quick-start-z5lu20 created
nutanixmachinetemplate.infrastructure.cluster.x-k8s.io/quick-start-z5lu20-mt-0 created

  INFO: Waiting for the cluster infrastructure to be provisioned
  STEP: Waiting for cluster to enter the provisioned phase @ 01/19/24 15:29:13.31
  INFO: Waiting for control plane to be initialized
  INFO: Waiting for the first control plane machine managed by quick-start-rudnef/quick-start-z5lu20-kcp to be provisioned
  STEP: Waiting for one control plane node to exist @ 01/19/24 15:29:23.348
  INFO: Waiting for control plane to be ready
  INFO: Waiting for control plane quick-start-rudnef/quick-start-z5lu20-kcp to be ready (implies underlying nodes to be ready as well)
  STEP: Waiting for the control plane to be ready @ 01/19/24 15:30:23.432
  STEP: Checking all the control plane machines are in the expected failure domains @ 01/19/24 15:30:23.44
  INFO: Waiting for the machine deployments to be provisioned
  STEP: Waiting for the workload nodes to exist @ 01/19/24 15:30:23.471
  STEP: Checking all the machines controlled by quick-start-z5lu20-wmd are in the "" failure domain @ 01/19/24 15:30:53.519
  INFO: Waiting for the machine pools to be provisioned
  STEP: PASSED! @ 01/19/24 15:30:53.566

@thunderboltsid
Copy link
Contributor

/retest

Copy link
Contributor

@thunderboltsid thunderboltsid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM except for modification of versioned templates we use for tests.

Copy link

codecov bot commented Jan 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a196026) 15.21% compared to head (a859b9a) 15.21%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #370   +/-   ##
=======================================
  Coverage   15.21%   15.21%           
=======================================
  Files          18       18           
  Lines        1209     1209           
=======================================
  Hits          184      184           
  Misses       1025     1025           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@thunderboltsid
Copy link
Contributor

/lgtm
/approve

Copy link
Contributor

@adiantum adiantum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm
/approve

@nutanix-cn-prow-bot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: adiantum, deepakm-ntnx, thunderboltsid

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:
  • OWNERS [adiantum,deepakm-ntnx,thunderboltsid]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@deepakm-ntnx deepakm-ntnx merged commit 8c8d118 into nutanix-cloud-native:main Jan 24, 2024
5 of 7 checks passed
@deepakm-ntnx deepakm-ntnx deleted the hostpath branch January 24, 2024 22:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants