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
66bae3e3
Commit
66bae3e3
authored
Aug 15, 2023
by
Brad Davidson
Committed by
Brad Davidson
Aug 15, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump dynamiclistener for init deadlock fix
Signed-off-by:
Brad Davidson
<
brad.davidson@rancher.com
>
parent
e83b1ba4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
7 deletions
+8
-7
go.mod
go.mod
+2
-2
go.sum
go.sum
+4
-3
https.go
pkg/cluster/https.go
+2
-2
No files found.
go.mod
View file @
66bae3e3
...
...
@@ -122,14 +122,14 @@ require (
github.com/opencontainers/selinux v1.11.0
github.com/otiai10/copy v1.7.0
github.com/pkg/errors v0.9.1
github.com/rancher/dynamiclistener v0.3.
5
github.com/rancher/dynamiclistener v0.3.
6-rc2
github.com/rancher/lasso v0.0.0-20221227210133-6ea88ca2fbcc
github.com/rancher/remotedialer v0.3.0
github.com/rancher/wharfie v0.5.3
github.com/rancher/wrangler v1.1.1
github.com/robfig/cron/v3 v3.0.1
github.com/rootless-containers/rootlesskit v1.0.1
github.com/sirupsen/logrus v1.9.
0
github.com/sirupsen/logrus v1.9.
3
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.8.2
github.com/urfave/cli v1.22.12
...
...
go.sum
View file @
66bae3e3
...
...
@@ -981,8 +981,8 @@ github.com/prometheus/procfs v0.8.0/go.mod h1:z7EfXMXOkbkqb9IINtpCn86r/to3BnA0ua
github.com/prometheus/procfs v0.9.0 h1:wzCHvIvM5SxWqYvwgVL7yJY8Lz3PKn49KQtpgMYJfhI=
github.com/prometheus/procfs v0.9.0/go.mod h1:+pB4zwohETzFnmlpe6yd2lSc+0/46IYZRB/chUwxUZY=
github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU=
github.com/rancher/dynamiclistener v0.3.
5 h1:5TaIHvkDGmZKvc96Huur16zfTKOiLhDtK4S+WV0JA6
A=
github.com/rancher/dynamiclistener v0.3.
5/go.mod h1:dW/YF6/m2+uEyJ5VtEcd9THxda599HP6N9dSXk81+k0
=
github.com/rancher/dynamiclistener v0.3.
6-rc2 h1:Y1nai+Xv+4qqlB3c+hmrY2uBo1EcCDU9kmN5hbnmZh
A=
github.com/rancher/dynamiclistener v0.3.
6-rc2/go.mod h1:wOh62hdJIgyqTdD/VAHO77UPKAbUsJJ5gYRjzgBL3Wo
=
github.com/rancher/lasso v0.0.0-20221227210133-6ea88ca2fbcc h1:29VHrInLV4qSevvcvhBj5UhQWkPShxrxv4AahYg2Scw=
github.com/rancher/lasso v0.0.0-20221227210133-6ea88ca2fbcc/go.mod h1:dEfC9eFQigj95lv/JQ8K5e7+qQCacWs1aIA6nLxKzT8=
github.com/rancher/remotedialer v0.3.0 h1:y1EO8JCsgZo0RcqTUp6U8FXcBAv27R+TLnWRcpvX1sM=
...
...
@@ -1026,8 +1026,9 @@ github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6Mwd
github.com/sirupsen/logrus v1.6.0/go.mod h1:7uNnSEd1DgxDLC74fIahvMZmmYsHGZGEOFrfsX/uA88=
github.com/sirupsen/logrus v1.7.0/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0=
github.com/sirupsen/logrus v1.8.1/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0=
github.com/sirupsen/logrus v1.9.0 h1:trlNQbNUG3OdDrDil03MCb1H2o9nJ1x4/5LYw7byDE0=
github.com/sirupsen/logrus v1.9.0/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=
github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc=
github.com/smartystreets/goconvey v1.6.4/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA=
github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM=
...
...
pkg/cluster/https.go
View file @
66bae3e3
...
...
@@ -47,7 +47,7 @@ func (c *Cluster) newListener(ctx context.Context) (net.Listener, http.Handler,
if
err
!=
nil
{
return
nil
,
nil
,
err
}
cert
,
key
,
err
:=
factory
.
LoadCerts
(
c
.
config
.
Runtime
.
ServerCA
,
c
.
config
.
Runtime
.
ServerCAKey
)
cert
s
,
key
,
err
:=
factory
.
LoadCertsChain
(
c
.
config
.
Runtime
.
ServerCA
,
c
.
config
.
Runtime
.
ServerCAKey
)
if
err
!=
nil
{
return
nil
,
nil
,
err
}
...
...
@@ -56,7 +56,7 @@ func (c *Cluster) newListener(ctx context.Context) (net.Listener, http.Handler,
registerAddressHandlers
(
ctx
,
c
)
}
storage
:=
tlsStorage
(
ctx
,
c
.
config
.
DataDir
,
c
.
config
.
Runtime
)
return
wrapHandler
(
dynamiclistener
.
NewListener
(
tcp
,
storage
,
cert
,
key
,
dynamiclistener
.
Config
{
return
wrapHandler
(
dynamiclistener
.
NewListener
WithChain
(
tcp
,
storage
,
certs
,
key
,
dynamiclistener
.
Config
{
ExpirationDaysCheck
:
config
.
CertificateRenewDays
,
Organization
:
[]
string
{
version
.
Program
},
SANs
:
c
.
config
.
SANs
,
...
...
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