Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kosmos-io/kosmos
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 596fc66361f96b159b7e6964cca9c72c8f8f35bd
Choose a base ref
..
head repository: kosmos-io/kosmos
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e5f67a0d74265f69fba9280dab6904342723ef40
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 pkg/kubenest/tasks/upload.go
2 changes: 1 addition & 1 deletion pkg/kubenest/tasks/upload.go
Original file line number Diff line number Diff line change
@@ -172,7 +172,7 @@ func runUploadAdminKubeconfig(r workflow.RunData) error {
}
clusterPort := getClusterPortFromAPIServerService(service)
clusterIP := service.Spec.ClusterIP
fmt.Printf("UploadAdminKubeconfig get Cluster IP is : %s\n", clusterIP)
klog.V(4).Infof("UploadAdminKubeconfig get Cluster IP is : %s\n", clusterIP)
endpoint = fmt.Sprintf("https://%s:%d", clusterIP, clusterPort)
kubeconfig, err := buildKubeConfigFromSpec(data, endpoint)
if err != nil {