diff --git a/api/openapi-spec/swagger.json b/api/openapi-spec/swagger.json index 213d35b8709..f44f27863c7 100644 --- a/api/openapi-spec/swagger.json +++ b/api/openapi-spec/swagger.json @@ -6362,7 +6362,7 @@ "description": "NodeStatus is information about the current status of a node.", "properties": { "addresses": { - "description": "List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/concepts/nodes/node/#addresses Note: This field is declared as mergeable, but the merge key is not sufficiently unique, which can cause data corruption when it is merged. Callers should instead use a full-replacement patch. See http://pr.k8s.io/79391 for an example.", + "description": "List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/concepts/nodes/node/#addresses Note: This field is declared as mergeable, but the merge key is not sufficiently unique, which can cause data corruption when it is merged. Callers should instead use a full-replacement patch. See https://pr.k8s.io/79391 for an example.", "items": { "$ref": "#/definitions/io.k8s.api.core.v1.NodeAddress" }, diff --git a/api/openapi-spec/v3/api__v1_openapi.json b/api/openapi-spec/v3/api__v1_openapi.json index 1929b169602..e9565b9130d 100644 --- a/api/openapi-spec/v3/api__v1_openapi.json +++ b/api/openapi-spec/v3/api__v1_openapi.json @@ -3640,7 +3640,7 @@ "description": "NodeStatus is information about the current status of a node.", "properties": { "addresses": { - "description": "List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/concepts/nodes/node/#addresses Note: This field is declared as mergeable, but the merge key is not sufficiently unique, which can cause data corruption when it is merged. Callers should instead use a full-replacement patch. See http://pr.k8s.io/79391 for an example.", + "description": "List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/concepts/nodes/node/#addresses Note: This field is declared as mergeable, but the merge key is not sufficiently unique, which can cause data corruption when it is merged. Callers should instead use a full-replacement patch. See https://pr.k8s.io/79391 for an example.", "items": { "allOf": [ { diff --git a/cmd/kube-apiserver/app/apiextensions.go b/cmd/kube-apiserver/app/apiextensions.go index 901a7f20fcb..24302216f37 100644 --- a/cmd/kube-apiserver/app/apiextensions.go +++ b/cmd/kube-apiserver/app/apiextensions.go @@ -68,7 +68,7 @@ func createAPIExtensionsConfig( etcdOptions.StorageConfig.Paging = utilfeature.DefaultFeatureGate.Enabled(features.APIListChunking) // this is where the true decodable levels come from. etcdOptions.StorageConfig.Codec = apiextensionsapiserver.Codecs.LegacyCodec(v1beta1.SchemeGroupVersion, v1.SchemeGroupVersion) - // prefer the more compact serialization (v1beta1) for storage until http://issue.k8s.io/82292 is resolved for objects whose v1 serialization is too big but whose v1beta1 serialization can be stored + // prefer the more compact serialization (v1beta1) for storage until https://issue.k8s.io/82292 is resolved for objects whose v1 serialization is too big but whose v1beta1 serialization can be stored etcdOptions.StorageConfig.EncodeVersioner = runtime.NewMultiGroupVersioner(v1beta1.SchemeGroupVersion, schema.GroupKind{Group: v1beta1.GroupName}) genericConfig.RESTOptionsGetter = &genericoptions.SimpleRestOptionsFactory{Options: etcdOptions} diff --git a/pkg/apis/apps/v1/conversion.go b/pkg/apis/apps/v1/conversion.go index 50d5e3ad44b..8f7da272c46 100644 --- a/pkg/apis/apps/v1/conversion.go +++ b/pkg/apis/apps/v1/conversion.go @@ -130,7 +130,7 @@ func Convert_v1_StatefulSetSpec_To_apps_StatefulSetSpec(in *appsv1.StatefulSetSp return err } // set APIVersion/Kind to behave the same as reflective conversion < 1.17. - // see http://issue.k8s.io/87583 + // see https://issue.k8s.io/87583 if out.VolumeClaimTemplates != nil { // copy so we don't modify the input templatesCopy := make([]core.PersistentVolumeClaim, len(out.VolumeClaimTemplates)) @@ -151,7 +151,7 @@ func Convert_apps_StatefulSetSpec_To_v1_StatefulSetSpec(in *apps.StatefulSetSpec return err } // set APIVersion/Kind to behave the same as reflective conversion < 1.17. - // see http://issue.k8s.io/87583 + // see https://issue.k8s.io/87583 if out.VolumeClaimTemplates != nil { // copy so we don't modify the input templatesCopy := make([]corev1.PersistentVolumeClaim, len(out.VolumeClaimTemplates)) diff --git a/pkg/apis/apps/v1beta1/conversion.go b/pkg/apis/apps/v1beta1/conversion.go index 80a63c702cd..21583d559c5 100644 --- a/pkg/apis/apps/v1beta1/conversion.go +++ b/pkg/apis/apps/v1beta1/conversion.go @@ -87,7 +87,7 @@ func Convert_v1beta1_StatefulSetSpec_To_apps_StatefulSetSpec(in *appsv1beta1.Sta return err } // set APIVersion/Kind to behave the same as reflective conversion < 1.17. - // see http://issue.k8s.io/87583 + // see https://issue.k8s.io/87583 if out.VolumeClaimTemplates != nil { // copy so we don't modify the input templatesCopy := make([]core.PersistentVolumeClaim, len(out.VolumeClaimTemplates)) @@ -108,7 +108,7 @@ func Convert_apps_StatefulSetSpec_To_v1beta1_StatefulSetSpec(in *apps.StatefulSe return err } // set APIVersion/Kind to behave the same as reflective conversion < 1.17. - // see http://issue.k8s.io/87583 + // see https://issue.k8s.io/87583 if out.VolumeClaimTemplates != nil { // copy so we don't modify the input templatesCopy := make([]corev1.PersistentVolumeClaim, len(out.VolumeClaimTemplates)) diff --git a/pkg/apis/apps/v1beta2/conversion.go b/pkg/apis/apps/v1beta2/conversion.go index 68683ce0174..0234c06d6d4 100644 --- a/pkg/apis/apps/v1beta2/conversion.go +++ b/pkg/apis/apps/v1beta2/conversion.go @@ -189,7 +189,7 @@ func Convert_v1beta2_StatefulSetSpec_To_apps_StatefulSetSpec(in *appsv1beta2.Sta return err } // set APIVersion/Kind to behave the same as reflective conversion < 1.17. - // see http://issue.k8s.io/87583 + // see https://issue.k8s.io/87583 if out.VolumeClaimTemplates != nil { // copy so we don't modify the input templatesCopy := make([]core.PersistentVolumeClaim, len(out.VolumeClaimTemplates)) @@ -210,7 +210,7 @@ func Convert_apps_StatefulSetSpec_To_v1beta2_StatefulSetSpec(in *apps.StatefulSe return err } // set APIVersion/Kind to behave the same as reflective conversion < 1.17. - // see http://issue.k8s.io/87583 + // see https://issue.k8s.io/87583 if out.VolumeClaimTemplates != nil { // copy so we don't modify the input templatesCopy := make([]corev1.PersistentVolumeClaim, len(out.VolumeClaimTemplates)) diff --git a/pkg/features/kube_features.go b/pkg/features/kube_features.go index 1e920aa3c66..c689295be6e 100644 --- a/pkg/features/kube_features.go +++ b/pkg/features/kube_features.go @@ -27,7 +27,7 @@ const ( // Every feature gate should add method here following this template: // // // owner: @username - // // kep: http://kep.k8s.io/NNN + // // kep: https://kep.k8s.io/NNN // // alpha: v1.X // MyFeature featuregate.Feature = "MyFeature" // @@ -165,7 +165,7 @@ const ( CSIMigrationvSphere featuregate.Feature = "CSIMigrationvSphere" // owner: @humblec, @zhucan - // kep: http://kep.k8s.io/3171 + // kep: https://kep.k8s.io/3171 // alpha: v1.25 // // Enables SecretRef field in CSI NodeExpandVolume request. @@ -186,7 +186,7 @@ const ( CSIVolumeHealth featuregate.Feature = "CSIVolumeHealth" // owner: @adrianreber - // kep: http://kep.k8s.io/2008 + // kep: https://kep.k8s.io/2008 // alpha: v1.25 // // Enables container Checkpoint support in the kubelet @@ -201,7 +201,7 @@ const ( ControllerManagerLeaderMigration featuregate.Feature = "ControllerManagerLeaderMigration" // owner: @deejross, @soltysh - // kep: http://kep.k8s.io/3140 + // kep: https://kep.k8s.io/3140 // alpha: v1.24 // beta: v1.25 // @@ -263,7 +263,7 @@ const ( DynamicKubeletConfig featuregate.Feature = "DynamicKubeletConfig" // owner: @andrewsykim - // kep: http://kep.k8s.io/1672 + // kep: https://kep.k8s.io/1672 // alpha: v1.20 // beta: v1.22 // @@ -306,7 +306,7 @@ const ( ExpandPersistentVolumes featuregate.Feature = "ExpandPersistentVolumes" // owner: @gjkim42 - // kep: http://kep.k8s.io/2595 + // kep: https://kep.k8s.io/2595 // alpha: v1.22 // // Enables apiserver and kubelet to allow up to 32 DNSSearchPaths and up to 2048 DNSSearchListChars. @@ -321,7 +321,7 @@ const ( ExperimentalHostUserNamespaceDefaultingGate featuregate.Feature = "ExperimentalHostUserNamespaceDefaulting" // owner: @yuzhiquan, @bowei, @PxyUp, @SergeyKanzhelev - // kep: http://kep.k8s.io/2727 + // kep: https://kep.k8s.io/2727 // alpha: v1.23 // beta: v1.24 // @@ -354,7 +354,7 @@ const ( HPAScaleToZero featuregate.Feature = "HPAScaleToZero" // owner: @deepakkinni @xing-yang - // kep: http://kep.k8s.io/2680 + // kep: https://kep.k8s.io/2680 // alpha: v1.23 // // Honor Persistent Volume Reclaim Policy when it is "Delete" irrespective of PV-PVC @@ -412,14 +412,14 @@ const ( InTreePluginvSphereUnregister featuregate.Feature = "InTreePluginvSphereUnregister" // owner: @danwinship - // kep: http://kep.k8s.io/3178 + // kep: https://kep.k8s.io/3178 // alpha: v1.25 // // Causes kubelet to no longer create legacy IPTables rules IPTablesOwnershipCleanup featuregate.Feature = "IPTablesOwnershipCleanup" // owner: @mimowo - // kep: http://kep.k8s.io/3329 + // kep: https://kep.k8s.io/3329 // alpha: v1.25 // // Allow users to specify handling of pod failures based on container exit codes @@ -480,14 +480,14 @@ const ( KubeletPodResourcesGetAllocatable featuregate.Feature = "KubeletPodResourcesGetAllocatable" // owner: @sallyom - // kep: http://kep.k8s.io/2832 + // kep: https://kep.k8s.io/2832 // alpha: v1.25 // // Add support for distributed tracing in the kubelet KubeletTracing featuregate.Feature = "KubeletTracing" // owner: @zshihang - // kep: http://kep.k8s.io/2800 + // kep: https://kep.k8s.io/2800 // beta: v1.24 // // Stop auto-generation of secret-based service account tokens. @@ -515,7 +515,7 @@ const ( LogarithmicScaleDown featuregate.Feature = "LogarithmicScaleDown" // owner: @denkensk - // kep: http://kep.k8s.io/3243 + // kep: https://kep.k8s.io/3243 // alpha: v1.25 // // Enable MatchLabelKeys in PodTopologySpread. @@ -534,14 +534,14 @@ const ( MemoryManager featuregate.Feature = "MemoryManager" // owner: @xiaoxubeii - // kep: http://kep.k8s.io/2570 + // kep: https://kep.k8s.io/2570 // alpha: v1.22 // // Enables kubelet to support memory QoS with cgroups v2. MemoryQoS featuregate.Feature = "MemoryQoS" // owner: @sanposhiho - // kep: http://kep.k8s.io/3022 + // kep: https://kep.k8s.io/3022 // alpha: v1.24 // beta: v1.25 // @@ -549,7 +549,7 @@ const ( MinDomainsInPodTopologySpread featuregate.Feature = "MinDomainsInPodTopologySpread" // owner: @janosi @bridgetkromhout - // kep: http://kep.k8s.io/1435 + // kep: https://kep.k8s.io/1435 // alpha: v1.20 // beta: v1.24 // @@ -557,14 +557,14 @@ const ( MixedProtocolLBService featuregate.Feature = "MixedProtocolLBService" // owner: @sarveshr7 - // kep: http://kep.k8s.io/2593 + // kep: https://kep.k8s.io/2593 // alpha: v1.25 // // Enables the MultiCIDR Range allocator. MultiCIDRRangeAllocator featuregate.Feature = "MultiCIDRRangeAllocator" // owner: @rikatz - // kep: http://kep.k8s.io/2079 + // kep: https://kep.k8s.io/2079 // alpha: v1.21 // beta: v1.22 // ga: v1.25 @@ -573,14 +573,14 @@ const ( NetworkPolicyEndPort featuregate.Feature = "NetworkPolicyEndPort" // owner: @rikatz - // kep: http://kep.k8s.io/2943 + // kep: https://kep.k8s.io/2943 // alpha: v1.24 // // Enables NetworkPolicy status subresource NetworkPolicyStatus featuregate.Feature = "NetworkPolicyStatus" // owner: @xing-yang @sonasingh46 - // kep: http://kep.k8s.io/2268 + // kep: https://kep.k8s.io/2268 // alpha: v1.24 // // Allow pods to failover to a different node in case of non graceful node shutdown @@ -593,7 +593,7 @@ const ( NodeSwap featuregate.Feature = "NodeSwap" // owner: @haircommander - // kep: http://kep.k8s.io/2364 + // kep: https://kep.k8s.io/2364 // alpha: v1.23 // // Configures the Kubelet to use the CRI to populate pod and container stats, instead of supplimenting with stats from cAdvisor. @@ -608,7 +608,7 @@ const ( PodDeletionCost featuregate.Feature = "PodDeletionCost" // owner: @mimowo - // kep: http://kep.k8s.io/3329 + // kep: https://kep.k8s.io/3329 // alpha: v1.25 // // Enables support for appending a dedicated pod condition indicating that @@ -644,7 +644,7 @@ const ( ProcMountType featuregate.Feature = "ProcMountType" // owner: @andrewsykim - // kep: http://kep.k8s.io/1669 + // kep: https://kep.k8s.io/1669 // alpha: v1.22 // // Enable kube-proxy to handle terminating ednpoints when externalTrafficPolicy=Local @@ -664,14 +664,14 @@ const ( ReadWriteOncePod featuregate.Feature = "ReadWriteOncePod" // owner: @gnufied - // kep: http://kep.k8s.io/1790 + // kep: https://kep.k8s.io/1790 // alpha: v1.23 // // Allow users to recover from volume expansion failure RecoverVolumeExpansionFailure featuregate.Feature = "RecoverVolumeExpansionFailure" // owner: @RomanBednar - // kep: http://kep.k8s.io/3333 + // kep: https://kep.k8s.io/3333 // alpha: v1.25 // // Allow assigning StorageClass to unbound PVCs retroactively @@ -693,7 +693,7 @@ const ( SeccompDefault featuregate.Feature = "SeccompDefault" // owner: @maplain @andrewsykim - // kep: http://kep.k8s.io/2086 + // kep: https://kep.k8s.io/2086 // alpha: v1.21 // beta: v1.22 // @@ -701,7 +701,7 @@ const ( ServiceInternalTrafficPolicy featuregate.Feature = "ServiceInternalTrafficPolicy" // owner: @aojea - // kep: http://kep.k8s.io/3070 + // kep: https://kep.k8s.io/3070 // alpha: v1.24 // beta: v1.25 // @@ -730,7 +730,7 @@ const ( StatefulSetMinReadySeconds featuregate.Feature = "StatefulSetMinReadySeconds" // owner: @robscott - // kep: http://kep.k8s.io/2433 + // kep: https://kep.k8s.io/2433 // alpha: v1.21 // beta: v1.23 // @@ -745,7 +745,7 @@ const ( TopologyManager featuregate.Feature = "TopologyManager" // owner: @rata, @giuseppe - // kep: http://kep.k8s.io/127 + // kep: https://kep.k8s.io/127 // alpha: v1.25 // // Enables user namespace support for stateless pods. @@ -776,7 +776,7 @@ const ( WindowsHostProcessContainers featuregate.Feature = "WindowsHostProcessContainers" // owner: @kerthcet - // kep: http://kep.k8s.io/3094 + // kep: https://kep.k8s.io/3094 // alpha: v1.25 // // Allow users to specify whether to take nodeAffinity/nodeTaint into consideration when @@ -784,7 +784,7 @@ const ( NodeInclusionPolicyInPodTopologySpread featuregate.Feature = "NodeInclusionPolicyInPodTopologySpread" // owner: @jsafrane - // kep: http://kep.k8s.io/1710 + // kep: https://kep.k8s.io/1710 // alpha: v1.25 // Speed up container startup by mounting volumes with the correct SELinux label // instead of changing each file on the volumes recursively. diff --git a/pkg/generated/openapi/zz_generated.openapi.go b/pkg/generated/openapi/zz_generated.openapi.go index 7cdc53bba99..7f98e301a2b 100644 --- a/pkg/generated/openapi/zz_generated.openapi.go +++ b/pkg/generated/openapi/zz_generated.openapi.go @@ -19982,7 +19982,7 @@ func schema_k8sio_api_core_v1_NodeStatus(ref common.ReferenceCallback) common.Op }, }, SchemaProps: spec.SchemaProps{ - Description: "List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/concepts/nodes/node/#addresses Note: This field is declared as mergeable, but the merge key is not sufficiently unique, which can cause data corruption when it is merged. Callers should instead use a full-replacement patch. See http://pr.k8s.io/79391 for an example.", + Description: "List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/concepts/nodes/node/#addresses Note: This field is declared as mergeable, but the merge key is not sufficiently unique, which can cause data corruption when it is merged. Callers should instead use a full-replacement patch. See https://pr.k8s.io/79391 for an example.", Type: []string{"array"}, Items: &spec.SchemaOrArray{ Schema: &spec.Schema{ @@ -54980,7 +54980,7 @@ func schema_k8sio_kubelet_config_v1beta1_KubeletConfiguration(ref common.Referen }, "memoryThrottlingFactor": { SchemaProps: spec.SchemaProps{ - Description: "MemoryThrottlingFactor specifies the factor multiplied by the memory limit or node allocatable memory when setting the cgroupv2 memory.high value to enforce MemoryQoS. Decreasing this factor will set lower high limit for container cgroups and put heavier reclaim pressure while increasing will put less reclaim pressure. See http://kep.k8s.io/2570 for more details. Default: 0.8", + Description: "MemoryThrottlingFactor specifies the factor multiplied by the memory limit or node allocatable memory when setting the cgroupv2 memory.high value to enforce MemoryQoS. Decreasing this factor will set lower high limit for container cgroups and put heavier reclaim pressure while increasing will put less reclaim pressure. See https://kep.k8s.io/2570 for more details. Default: 0.8", Type: []string{"number"}, Format: "double", }, @@ -55008,7 +55008,7 @@ func schema_k8sio_kubelet_config_v1beta1_KubeletConfiguration(ref common.Referen }, "tracing": { SchemaProps: spec.SchemaProps{ - Description: "Tracing specifies the versioned configuration for OpenTelemetry tracing clients. See http://kep.k8s.io/2832 for more details.", + Description: "Tracing specifies the versioned configuration for OpenTelemetry tracing clients. See https://kep.k8s.io/2832 for more details.", Ref: ref("k8s.io/component-base/tracing/api/v1.TracingConfiguration"), }, }, diff --git a/pkg/kubelet/apis/config/types.go b/pkg/kubelet/apis/config/types.go index 0ec23416fab..c57e71f0f7d 100644 --- a/pkg/kubelet/apis/config/types.go +++ b/pkg/kubelet/apis/config/types.go @@ -432,7 +432,7 @@ type KubeletConfiguration struct { // when setting the cgroupv2 memory.high value to enforce MemoryQoS. // Decreasing this factor will set lower high limit for container cgroups and put heavier reclaim pressure // while increasing will put less reclaim pressure. - // See http://kep.k8s.io/2570 for more details. + // See https://kep.k8s.io/2570 for more details. // Default: 0.8 // +featureGate=MemoryQoS // +optional @@ -446,7 +446,7 @@ type KubeletConfiguration struct { // +optional RegisterNode bool // Tracing specifies the versioned configuration for OpenTelemetry tracing clients. - // See http://kep.k8s.io/2832 for more details. + // See https://kep.k8s.io/2832 for more details. // +featureGate=KubeletTracing // +optional Tracing *tracingapi.TracingConfiguration diff --git a/pkg/kubelet/kubelet_pods.go b/pkg/kubelet/kubelet_pods.go index 842f174e79d..e0e9406be0b 100644 --- a/pkg/kubelet/kubelet_pods.go +++ b/pkg/kubelet/kubelet_pods.go @@ -887,7 +887,7 @@ func (kl *Kubelet) getPullSecretsForPod(pod *v1.Pod) []v1.Secret { for _, secretRef := range pod.Spec.ImagePullSecrets { if len(secretRef.Name) == 0 { - // API validation permitted entries with empty names (http://issue.k8s.io/99454#issuecomment-787838112). + // API validation permitted entries with empty names (https://issue.k8s.io/99454#issuecomment-787838112). // Ignore to avoid unnecessary warnings. continue } diff --git a/pkg/quota/v1/evaluator/core/persistent_volume_claims.go b/pkg/quota/v1/evaluator/core/persistent_volume_claims.go index d6f339bb727..059dd6d1544 100644 --- a/pkg/quota/v1/evaluator/core/persistent_volume_claims.go +++ b/pkg/quota/v1/evaluator/core/persistent_volume_claims.go @@ -178,7 +178,7 @@ func (p *pvcEvaluator) getStorageUsage(pvc *corev1.PersistentVolumeClaim) *resou roundedRequest := i.DeepCopy() if !roundedRequest.RoundUp(0) { // Ensure storage requests are counted as whole byte values, to pass resourcequota validation. - // See http://issue.k8s.io/94313 + // See https://issue.k8s.io/94313 return &roundedRequest } return i diff --git a/pkg/volume/emptydir/empty_dir.go b/pkg/volume/emptydir/empty_dir.go index 620d23cd633..cb10674cb83 100644 --- a/pkg/volume/emptydir/empty_dir.go +++ b/pkg/volume/emptydir/empty_dir.go @@ -42,7 +42,7 @@ import ( // and the group will be set to allow containers to use emptyDir volumes // from the group attribute. // -// http://issue.k8s.io/2630 +// https://issue.k8s.io/2630 const perm os.FileMode = 0777 // ProbeVolumePlugins is the primary entrypoint for volume plugins. diff --git a/staging/src/k8s.io/api/core/v1/generated.proto b/staging/src/k8s.io/api/core/v1/generated.proto index 5405cc20fac..2ab80f07a99 100644 --- a/staging/src/k8s.io/api/core/v1/generated.proto +++ b/staging/src/k8s.io/api/core/v1/generated.proto @@ -2453,7 +2453,7 @@ message NodeStatus { // More info: https://kubernetes.io/docs/concepts/nodes/node/#addresses // Note: This field is declared as mergeable, but the merge key is not sufficiently // unique, which can cause data corruption when it is merged. Callers should instead - // use a full-replacement patch. See http://pr.k8s.io/79391 for an example. + // use a full-replacement patch. See https://pr.k8s.io/79391 for an example. // +optional // +patchMergeKey=type // +patchStrategy=merge diff --git a/staging/src/k8s.io/api/core/v1/types.go b/staging/src/k8s.io/api/core/v1/types.go index 49a37c185eb..fea7acfb42c 100644 --- a/staging/src/k8s.io/api/core/v1/types.go +++ b/staging/src/k8s.io/api/core/v1/types.go @@ -5072,7 +5072,7 @@ type NodeStatus struct { // More info: https://kubernetes.io/docs/concepts/nodes/node/#addresses // Note: This field is declared as mergeable, but the merge key is not sufficiently // unique, which can cause data corruption when it is merged. Callers should instead - // use a full-replacement patch. See http://pr.k8s.io/79391 for an example. + // use a full-replacement patch. See https://pr.k8s.io/79391 for an example. // +optional // +patchMergeKey=type // +patchStrategy=merge diff --git a/staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go b/staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go index 7719dcc4987..f00a81e4e6f 100644 --- a/staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go +++ b/staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go @@ -1203,7 +1203,7 @@ var map_NodeStatus = map[string]string{ "allocatable": "Allocatable represents the resources of a node that are available for scheduling. Defaults to Capacity.", "phase": "NodePhase is the recently observed lifecycle phase of the node. More info: https://kubernetes.io/docs/concepts/nodes/node/#phase The field is never populated, and now is deprecated.", "conditions": "Conditions is an array of current observed node conditions. More info: https://kubernetes.io/docs/concepts/nodes/node/#condition", - "addresses": "List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/concepts/nodes/node/#addresses Note: This field is declared as mergeable, but the merge key is not sufficiently unique, which can cause data corruption when it is merged. Callers should instead use a full-replacement patch. See http://pr.k8s.io/79391 for an example.", + "addresses": "List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/concepts/nodes/node/#addresses Note: This field is declared as mergeable, but the merge key is not sufficiently unique, which can cause data corruption when it is merged. Callers should instead use a full-replacement patch. See https://pr.k8s.io/79391 for an example.", "daemonEndpoints": "Endpoints of daemons running on the Node.", "nodeInfo": "Set of ids/uuids to uniquely identify the node. More info: https://kubernetes.io/docs/concepts/nodes/node/#info", "images": "List of container images on this node", diff --git a/staging/src/k8s.io/apimachinery/pkg/util/proxy/upgradeaware.go b/staging/src/k8s.io/apimachinery/pkg/util/proxy/upgradeaware.go index 278ed089d95..a5bb5857580 100644 --- a/staging/src/k8s.io/apimachinery/pkg/util/proxy/upgradeaware.go +++ b/staging/src/k8s.io/apimachinery/pkg/util/proxy/upgradeaware.go @@ -195,7 +195,7 @@ func proxyRedirectsforRootPath(path string, w http.ResponseWriter, req *http.Req // From pkg/genericapiserver/endpoints/handlers/proxy.go#ServeHTTP: // Redirect requests with an empty path to a location that ends with a '/' - // This is essentially a hack for http://issue.k8s.io/4958. + // This is essentially a hack for https://issue.k8s.io/4958. // Note: Keep this code after tryUpgrade to not break that flow. if len(path) == 0 && (method == http.MethodGet || method == http.MethodHead) { var queryPart string diff --git a/staging/src/k8s.io/apimachinery/pkg/util/remotecommand/constants.go b/staging/src/k8s.io/apimachinery/pkg/util/remotecommand/constants.go index acfeb827c94..237ebaef486 100644 --- a/staging/src/k8s.io/apimachinery/pkg/util/remotecommand/constants.go +++ b/staging/src/k8s.io/apimachinery/pkg/util/remotecommand/constants.go @@ -27,8 +27,8 @@ const ( // The SPDY subprotocol "channel.k8s.io" is used for remote command // attachment/execution. This represents the initial unversioned subprotocol, - // which has the known bugs http://issues.k8s.io/13394 and - // http://issues.k8s.io/13395. + // which has the known bugs https://issues.k8s.io/13394 and + // https://issues.k8s.io/13395. StreamProtocolV1Name = "channel.k8s.io" // The SPDY subprotocol "v2.channel.k8s.io" is used for remote command diff --git a/staging/src/k8s.io/apiserver/pkg/endpoints/apiserver_test.go b/staging/src/k8s.io/apiserver/pkg/endpoints/apiserver_test.go index 7d37fa558ce..71088c6f0df 100644 --- a/staging/src/k8s.io/apiserver/pkg/endpoints/apiserver_test.go +++ b/staging/src/k8s.io/apiserver/pkg/endpoints/apiserver_test.go @@ -3223,7 +3223,7 @@ func TestCreateNotFound(t *testing.T) { handler := handle(map[string]rest.Storage{ "simple": &SimpleRESTStorage{ // storage.Create can fail with not found error in theory. - // See http://pr.k8s.io/486#discussion_r15037092. + // See https://pr.k8s.io/486#discussion_r15037092. errors: map[string]error{"create": apierrors.NewNotFound(schema.GroupResource{Resource: "simples"}, "id")}, }, }) diff --git a/staging/src/k8s.io/apiserver/pkg/features/kube_features.go b/staging/src/k8s.io/apiserver/pkg/features/kube_features.go index b7ccda10445..5383666b1c6 100644 --- a/staging/src/k8s.io/apiserver/pkg/features/kube_features.go +++ b/staging/src/k8s.io/apiserver/pkg/features/kube_features.go @@ -89,7 +89,7 @@ const ( AdvancedAuditing featuregate.Feature = "AdvancedAuditing" // owner: @cici37 - // kep: http://kep.k8s.io/2876 + // kep: https://kep.k8s.io/2876 // alpha: v1.23 // beta: v1.25 // @@ -115,14 +115,14 @@ const ( EfficientWatchResumption featuregate.Feature = "EfficientWatchResumption" // owner: @aramase - // kep: http://kep.k8s.io/3299 + // kep: https://kep.k8s.io/3299 // alpha: v1.25 // // Enables KMS v2 API for encryption at rest. KMSv2 featuregate.Feature = "KMSv2" // owner: @jiahuif - // kep: http://kep.k8s.io/2887 + // kep: https://kep.k8s.io/2887 // alpha: v1.23 // beta: v1.24 // @@ -131,7 +131,7 @@ const ( OpenAPIEnums featuregate.Feature = "OpenAPIEnums" // owner: @jefftree - // kep: http://kep.k8s.io/2896 + // kep: https://kep.k8s.io/2896 // alpha: v1.23 // beta: v1.24 // @@ -163,7 +163,7 @@ const ( ServerSideApply featuregate.Feature = "ServerSideApply" // owner: @kevindelgado - // kep: http://kep.k8s.io/2885 + // kep: https://kep.k8s.io/2885 // alpha: v1.23 // beta: v1.24 // diff --git a/staging/src/k8s.io/apiserver/pkg/server/storage/storage_factory.go b/staging/src/k8s.io/apiserver/pkg/server/storage/storage_factory.go index d8de4cd84fb..f2f69883ae0 100644 --- a/staging/src/k8s.io/apiserver/pkg/server/storage/storage_factory.go +++ b/staging/src/k8s.io/apiserver/pkg/server/storage/storage_factory.go @@ -324,7 +324,7 @@ func (s *DefaultStorageFactory) Backends() []Backend { backends = append(backends, Backend{ Server: server, // We can't share TLSConfig across different backends to avoid races. - // For more details see: http://pr.k8s.io/59338 + // For more details see: https://pr.k8s.io/59338 TLSConfig: tlsConfig.Clone(), }) } diff --git a/staging/src/k8s.io/apiserver/pkg/util/webhook/client.go b/staging/src/k8s.io/apiserver/pkg/util/webhook/client.go index 514fd9551cc..ec3585b45a9 100644 --- a/staging/src/k8s.io/apiserver/pkg/util/webhook/client.go +++ b/staging/src/k8s.io/apiserver/pkg/util/webhook/client.go @@ -141,7 +141,7 @@ func (cm *ClientManager) HookClient(cc ClientConfig) (*rest.RESTClient, error) { // Use http/1.1 instead of http/2. // This is a workaround for http/2-enabled clients not load-balancing concurrent requests to multiple backends. - // See http://issue.k8s.io/75791 for details. + // See https://issue.k8s.io/75791 for details. cfg.NextProtos = []string{"http/1.1"} cfg.ContentConfig.NegotiatedSerializer = cm.negotiatedSerializer diff --git a/staging/src/k8s.io/client-go/tools/reference/ref.go b/staging/src/k8s.io/client-go/tools/reference/ref.go index 442a991cc47..5d4ec374345 100644 --- a/staging/src/k8s.io/client-go/tools/reference/ref.go +++ b/staging/src/k8s.io/client-go/tools/reference/ref.go @@ -34,7 +34,7 @@ var ( // GetReference returns an ObjectReference which refers to the given // object, or an error if the object doesn't follow the conventions // that would allow this. -// TODO: should take a meta.Interface see http://issue.k8s.io/7127 +// TODO: should take a meta.Interface see https://issue.k8s.io/7127 func GetReference(scheme *runtime.Scheme, obj runtime.Object) (*v1.ObjectReference, error) { if obj == nil { return nil, ErrNilObject diff --git a/staging/src/k8s.io/client-go/tools/remotecommand/v1.go b/staging/src/k8s.io/client-go/tools/remotecommand/v1.go index 53509c30f54..efa9a6c9908 100644 --- a/staging/src/k8s.io/client-go/tools/remotecommand/v1.go +++ b/staging/src/k8s.io/client-go/tools/remotecommand/v1.go @@ -28,8 +28,8 @@ import ( // streamProtocolV1 implements the first version of the streaming exec & attach // protocol. This version has some bugs, such as not being able to detect when -// non-interactive stdin data has ended. See http://issues.k8s.io/13394 and -// http://issues.k8s.io/13395 for more details. +// non-interactive stdin data has ended. See https://issues.k8s.io/13394 and +// https://issues.k8s.io/13395 for more details. type streamProtocolV1 struct { StreamOptions diff --git a/staging/src/k8s.io/component-base/logs/api/v1/kube_features.go b/staging/src/k8s.io/component-base/logs/api/v1/kube_features.go index 19a95b3b526..ae434ecd644 100644 --- a/staging/src/k8s.io/component-base/logs/api/v1/kube_features.go +++ b/staging/src/k8s.io/component-base/logs/api/v1/kube_features.go @@ -22,7 +22,7 @@ import ( const ( // owner: @pohly - // kep: http://kep.k8s.io/3077 + // kep: https://kep.k8s.io/3077 // alpha: v1.24 // // Enables looking up a logger from a context.Context instead of using diff --git a/staging/src/k8s.io/kubelet/config/v1beta1/types.go b/staging/src/k8s.io/kubelet/config/v1beta1/types.go index b68f8474e65..2c130f947d0 100644 --- a/staging/src/k8s.io/kubelet/config/v1beta1/types.go +++ b/staging/src/k8s.io/kubelet/config/v1beta1/types.go @@ -766,7 +766,7 @@ type KubeletConfiguration struct { // when setting the cgroupv2 memory.high value to enforce MemoryQoS. // Decreasing this factor will set lower high limit for container cgroups and put heavier reclaim pressure // while increasing will put less reclaim pressure. - // See http://kep.k8s.io/2570 for more details. + // See https://kep.k8s.io/2570 for more details. // Default: 0.8 // +featureGate=MemoryQoS // +optional @@ -782,7 +782,7 @@ type KubeletConfiguration struct { // +optional RegisterNode *bool `json:"registerNode,omitempty"` // Tracing specifies the versioned configuration for OpenTelemetry tracing clients. - // See http://kep.k8s.io/2832 for more details. + // See https://kep.k8s.io/2832 for more details. // +featureGate=KubeletTracing // +optional Tracing *tracingapi.TracingConfiguration `json:"tracing,omitempty"` diff --git a/test/e2e/apps/controller_revision.go b/test/e2e/apps/controller_revision.go index 64d0d290735..2b275847f71 100644 --- a/test/e2e/apps/controller_revision.go +++ b/test/e2e/apps/controller_revision.go @@ -51,7 +51,7 @@ const ( // always get scheduled. If we run other tests in parallel, this may not // happen. In the future, running in parallel may work if we have an eviction // model which lets the DS controller kick out other pods to make room. -// See http://issues.k8s.io/21767 for more details +// See https://issues.k8s.io/21767 for more details var _ = SIGDescribe("ControllerRevision [Serial]", func() { var f *framework.Framework diff --git a/test/e2e/apps/daemon_set.go b/test/e2e/apps/daemon_set.go index cbc211e5dab..fddbdb7430b 100644 --- a/test/e2e/apps/daemon_set.go +++ b/test/e2e/apps/daemon_set.go @@ -103,7 +103,7 @@ func updateDaemonSetWithRetries(c clientset.Interface, namespace, name string, a // always get scheduled. If we run other tests in parallel, this may not // happen. In the future, running in parallel may work if we have an eviction // model which lets the DS controller kick out other pods to make room. -// See http://issues.k8s.io/21767 for more details +// See https://issues.k8s.io/21767 for more details var _ = SIGDescribe("Daemon set [Serial]", func() { var f *framework.Framework