Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
d6854cbb
Commit
d6854cbb
authored
Aug 04, 2016
by
Kubernetes Submit Queue
Committed by
GitHub
Aug 04, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #30062 from gambol99/spelling
Automatic merge from submit-queue spelling mistakes - fixing the spelling mistakes in aws.go
parents
0e71c0c8
0da5f50b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
aws.go
pkg/cloudprovider/providers/aws/aws.go
+1
-1
aws_loadbalancer.go
pkg/cloudprovider/providers/aws/aws_loadbalancer.go
+1
-1
No files found.
pkg/cloudprovider/providers/aws/aws.go
View file @
d6854cbb
...
@@ -733,7 +733,7 @@ func newAWSCloud(config io.Reader, awsServices Services) (*Cloud, error) {
...
@@ -733,7 +733,7 @@ func newAWSCloud(config io.Reader, awsServices Services) (*Cloud, error) {
}
}
if
filterTags
[
TagNameKubernetesCluster
]
==
""
{
if
filterTags
[
TagNameKubernetesCluster
]
==
""
{
glog
.
Errorf
(
"Tag %q not found; Kuber
en
tes may behave unexpectedly."
,
TagNameKubernetesCluster
)
glog
.
Errorf
(
"Tag %q not found; Kuber
ne
tes may behave unexpectedly."
,
TagNameKubernetesCluster
)
}
}
awsCloud
.
filterTags
=
filterTags
awsCloud
.
filterTags
=
filterTags
...
...
pkg/cloudprovider/providers/aws/aws_loadbalancer.go
View file @
d6854cbb
...
@@ -240,7 +240,7 @@ func (c *Cloud) ensureLoadBalancer(namespacedName types.NamespacedName, loadBala
...
@@ -240,7 +240,7 @@ func (c *Cloud) ensureLoadBalancer(namespacedName types.NamespacedName, loadBala
if
currentState
,
ok
:=
proxyProtocolBackends
[
instancePort
];
!
ok
{
if
currentState
,
ok
:=
proxyProtocolBackends
[
instancePort
];
!
ok
{
// This is a new ELB backend so we only need to worry about
// This is a new ELB backend so we only need to worry about
// potenti
ent
ally adding a policy and not removing an
// potentially adding a policy and not removing an
// existing one
// existing one
setPolicy
=
proxyProtocol
setPolicy
=
proxyProtocol
}
else
{
}
else
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment