Difference between revisions of "The connection to the server localhost:8080 was refused - did you specify the right host or port?"

From wikieduonline
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
  
 
+
The connection to the server localhost:8080 was refused - did you specify the right host or port?
 +
 
  Solution:
 
  Solution:
 
  Update kubeconfig with credentials:
 
  Update kubeconfig with credentials:
  [[aws eks --region]] $(terraform output -raw region) [[update-kubeconfig]] --name $(terraform output -raw cluster_name)
+
  [[aws eks --region]] $([[terraform output -raw region]]) [[update-kubeconfig]] --name $([[terraform output -raw cluster_name]])
  
 
== Related ==
 
== Related ==
 +
* <code>[[aws eks update-kubeconfig]]</code>
 
* <code>[[kubectl get pods]]</code>
 
* <code>[[kubectl get pods]]</code>
 
* <code>[[eksctl]]</code>
 
* <code>[[eksctl]]</code>
* [[~/.kube/config]]
+
* <code>[[~/.kube/config]]</code>
  
 
== See also ==
 
== See also ==

Latest revision as of 16:41, 19 December 2022

Advertising: