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
0da5f50b
Commit
0da5f50b
authored
Aug 04, 2016
by
Rohith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- fixing the spelling mistakes
parent
5273ac9b
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 @
0da5f50b
...
...
@@ -733,7 +733,7 @@ func newAWSCloud(config io.Reader, awsServices Services) (*Cloud, error) {
}
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
...
...
pkg/cloudprovider/providers/aws/aws_loadbalancer.go
View file @
0da5f50b
...
...
@@ -240,7 +240,7 @@ func (c *Cloud) ensureLoadBalancer(namespacedName types.NamespacedName, loadBala
if
currentState
,
ok
:=
proxyProtocolBackends
[
instancePort
];
!
ok
{
// 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
setPolicy
=
proxyProtocol
}
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