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

📖 Fix CAPZ redirection links in quick-start page #11104

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fetch-depth: 0
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@c65cd883420fd2eb864698a825fc4162dd94482c # tag=v44.5.7
uses: tj-actions/changed-files@40853de9f8ce2d6cfdc73c1b96f14e22ba44aec4 # tag=v45.0.0
- name: Get release version
id: release-version
run: |
Expand Down
2 changes: 1 addition & 1 deletion api/v1beta1/condition_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ type Condition struct {

// The reason for the condition's last transition in CamelCase.
// The specific API may choose whether or not this field is considered a guaranteed API.
// This field may not be empty.
// This field may be empty.
// +optional
Reason string `json:"reason,omitempty"`

Expand Down
2 changes: 1 addition & 1 deletion api/v1beta1/zz_generated.openapi.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,11 @@ func (r *KubeadmConfigReconciler) Reconcile(ctx context.Context, req ctrl.Reques

// Look up the owner of this kubeadm config if there is one
configOwner, err := bsutil.GetTypedConfigOwner(ctx, r.Client, config)
if apierrors.IsNotFound(err) {
// Could not find the owner yet, this is not an error and will rereconcile when the owner gets set.
return ctrl.Result{}, nil
}
if err != nil {
if apierrors.IsNotFound(err) {
// Could not find the owner yet, this is not an error and will rereconcile when the owner gets set.
return ctrl.Result{}, nil
}
return ctrl.Result{}, errors.Wrapf(err, "failed to get owner")
}
if configOwner == nil {
Expand Down
2 changes: 1 addition & 1 deletion cmd/clusterctl/client/config/cert_manager_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const (
CertManagerConfigKey = "cert-manager"

// CertManagerDefaultVersion defines the default cert-manager version to be used by clusterctl.
CertManagerDefaultVersion = "v1.15.2"
CertManagerDefaultVersion = "v1.15.3"

// CertManagerDefaultURL defines the default cert-manager repository url to be used by clusterctl.
// NOTE: At runtime CertManagerDefaultVersion may be replaced with the
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion config/crd/bases/cluster.x-k8s.io_clusterclasses.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion config/crd/bases/cluster.x-k8s.io_clusters.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion config/crd/bases/cluster.x-k8s.io_machinedeployments.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion config/crd/bases/cluster.x-k8s.io_machinehealthchecks.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion config/crd/bases/cluster.x-k8s.io_machinepools.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion config/crd/bases/cluster.x-k8s.io_machines.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion config/crd/bases/cluster.x-k8s.io_machinesets.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions config/crd/bases/ipam.cluster.x-k8s.io_ipaddressclaims.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 25 additions & 0 deletions config/metrics/crd-metrics-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ spec:
- conditions
valueFrom:
- status
nilIsZero: true
type: StateSet
- name: status_condition_last_transition_time
help: The condition last transition time of a clusterclass.
Expand All @@ -79,6 +80,7 @@ spec:
- conditions
valueFrom:
- lastTransitionTime
nilIsZero: true
type: Gauge
- name: owner
help: Owner references.
Expand Down Expand Up @@ -175,6 +177,7 @@ spec:
path:
- status
- phase
nilIsZero: true
type: StateSet
- name: created
help: Unix creation timestamp.
Expand Down Expand Up @@ -212,6 +215,7 @@ spec:
- conditions
valueFrom:
- status
nilIsZero: true
type: StateSet
- name: status_condition_last_transition_time
help: The condition last transition time of a cluster.
Expand All @@ -227,6 +231,7 @@ spec:
- conditions
valueFrom:
- lastTransitionTime
nilIsZero: true
type: Gauge
- groupVersionKind:
group: controlplane.cluster.x-k8s.io
Expand Down Expand Up @@ -348,6 +353,7 @@ spec:
- conditions
valueFrom:
- status
nilIsZero: true
type: StateSet
- name: status_condition_last_transition_time
help: The condition last transition time of a kubeadmcontrolplane.
Expand All @@ -363,6 +369,7 @@ spec:
- conditions
valueFrom:
- lastTransitionTime
nilIsZero: true
type: Gauge
- name: owner
help: Owner references.
Expand Down Expand Up @@ -447,6 +454,7 @@ spec:
- conditions
valueFrom:
- status
nilIsZero: true
type: StateSet
- name: status_condition_last_transition_time
help: The condition last transition time of a kubeadmconfig.
Expand All @@ -462,6 +470,7 @@ spec:
- conditions
valueFrom:
- lastTransitionTime
nilIsZero: true
type: Gauge
- name: owner
help: Owner references.
Expand Down Expand Up @@ -609,6 +618,7 @@ spec:
path:
- status
- phase
nilIsZero: true
type: StateSet
- name: created
help: Unix creation timestamp.
Expand Down Expand Up @@ -646,6 +656,7 @@ spec:
- conditions
valueFrom:
- status
nilIsZero: true
type: StateSet
- name: status_condition_last_transition_time
help: The condition last transition time of a machine.
Expand All @@ -661,6 +672,7 @@ spec:
- conditions
valueFrom:
- lastTransitionTime
nilIsZero: true
type: Gauge
- name: owner
help: Owner references.
Expand Down Expand Up @@ -868,6 +880,7 @@ spec:
- conditions
valueFrom:
- status
nilIsZero: true
type: StateSet
- name: status_condition_last_transition_time
help: The condition last transition time of a machinedeployment.
Expand All @@ -883,6 +896,7 @@ spec:
- conditions
valueFrom:
- lastTransitionTime
nilIsZero: true
type: Gauge
- name: owner
help: Owner references.
Expand Down Expand Up @@ -937,6 +951,7 @@ spec:
path:
- status
- currentHealthy
nilIsZero: true
type: Gauge
- name: status_expected_machines
help: Total number of pods counted by this machinehealthcheck.
Expand All @@ -945,6 +960,7 @@ spec:
path:
- status
- expectedMachines
nilIsZero: true
type: Gauge
- name: status_remediations_allowed
help: Number of machine remediations that are currently allowed.
Expand All @@ -953,6 +969,7 @@ spec:
path:
- status
- remediationsAllowed
nilIsZero: true
type: Gauge
- name: created
help: Unix creation timestamp.
Expand Down Expand Up @@ -990,6 +1007,7 @@ spec:
- conditions
valueFrom:
- status
nilIsZero: true
type: StateSet
- name: status_condition_last_transition_time
help: The condition last transition time of a machinehealthcheck.
Expand All @@ -1005,6 +1023,7 @@ spec:
- conditions
valueFrom:
- lastTransitionTime
nilIsZero: true
type: Gauge
- name: owner
help: Owner references.
Expand Down Expand Up @@ -1104,6 +1123,7 @@ spec:
path:
- status
- fullyLabeledReplicas
nilIsZero: true
type: Gauge
- name: status_replicas_ready
help: The number of ready replicas per machineset.
Expand Down Expand Up @@ -1159,6 +1179,7 @@ spec:
- conditions
valueFrom:
- status
nilIsZero: true
type: StateSet
- name: status_condition_last_transition_time
help: The condition last transition time of a machineset.
Expand All @@ -1174,6 +1195,7 @@ spec:
- conditions
valueFrom:
- lastTransitionTime
nilIsZero: true
type: Gauge
- name: owner
help: Owner references.
Expand Down Expand Up @@ -1310,6 +1332,7 @@ spec:
path:
- status
- phase
nilIsZero: true
type: StateSet
- name: created
help: Unix creation timestamp.
Expand Down Expand Up @@ -1347,6 +1370,7 @@ spec:
- conditions
valueFrom:
- status
nilIsZero: true
type: StateSet
- name: status_condition_last_transition_time
help: The condition last transition time of a machinepool.
Expand All @@ -1362,6 +1386,7 @@ spec:
- conditions
valueFrom:
- lastTransitionTime
nilIsZero: true
type: Gauge
- name: owner
help: Owner references.
Expand Down
1 change: 1 addition & 0 deletions config/metrics/templates/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,5 @@
path:
- status
- phase
nilIsZero: true
type: StateSet
2 changes: 2 additions & 0 deletions config/metrics/templates/common_metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
- conditions
valueFrom:
- status
nilIsZero: true
type: StateSet
- name: status_condition_last_transition_time
help: The condition last transition time of a ${RESOURCE}.
Expand All @@ -49,4 +50,5 @@
- conditions
valueFrom:
- lastTransitionTime
nilIsZero: true
type: Gauge
1 change: 1 addition & 0 deletions config/metrics/templates/machine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,5 @@
path:
- status
- phase
nilIsZero: true
type: StateSet
Loading
Loading