[WIP] Make private IP of the internal LB configurable #525
Annotations
10 errors and 1 warning
golangci-lint:
test/e2e/azure_apiserver_ilb.go#L239
commentedOutCode: may want to remove commented-out code (gocritic)
|
golangci-lint:
test/e2e/azure_apiserver_ilb.go#L245
commentedOutCode: may want to remove commented-out code (gocritic)
|
golangci-lint:
test/e2e/azure_apiserver_ilb.go#L271
commentedOutCode: may want to remove commented-out code (gocritic)
|
golangci-lint:
test/e2e/azure_apiserver_ilb.go#L284
commentedOutCode: may want to remove commented-out code (gocritic)
|
golangci-lint:
test/e2e/azure_apiserver_ilb.go#L291
commentedOutCode: may want to remove commented-out code (gocritic)
|
golangci-lint:
test/e2e/azure_apiserver_ilb.go#L233
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
test/e2e/azure_apiserver_ilb.go#L209
ginkgo-linter: wrong length assertion. Consider using `Expect(allNodes.Items).NotTo(BeEmpty(), "Expected at least one node in the workload cluster")` instead (ginkgolinter)
|
golangci-lint:
test/e2e/azure_apiserver_ilb.go#L218
ginkgo-linter: wrong length assertion. Consider using `Expect(workerNodes).To(HaveLen(int(input.ExpectedWorkerNodes)), "Expected number of worker should 2 or as per the input")` instead (ginkgolinter)
|
golangci-lint:
test/e2e/azure_apiserver_ilb.go#L231
ginkgo-linter: wrong length assertion. Consider using `Expect(workerDSPods).To(HaveLen(int(input.ExpectedWorkerNodes)), "Expected number of worker node-debug daemonset pods should equal total number of worker nodes")` instead (ginkgolinter)
|
golangci-lint:
test/e2e/azure_apiserver_ilb.go#L109
ineffectual assignment to err (ineffassign)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading