Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lblackstone committed Apr 12, 2021
1 parent 8d63ceb commit a25b654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/pkg/provider/provider.go
Expand Up @@ -1594,7 +1594,7 @@ func (k *kubeProvider) Read(ctx context.Context, req *pulumirpc.ReadRequest) (*p
label := fmt.Sprintf("%s.Read(%s)", k.label(), urn)
logger.V(9).Infof("%s executing", label)

// If the cluster is unreachable, consider the resource deleted and inform the user.
// If the cluster is unreachable, return an error.
if k.clusterUnreachable {
_ = k.host.Log(ctx, diag.Warning, urn, fmt.Sprintf(
"configured Kubernetes cluster is unreachable: %s", k.clusterUnreachableReason))
Expand Down

0 comments on commit a25b654

Please sign in to comment.