杨刚 (成都)
43e2008107
code clean for if condtion ( #1037 )
...
Signed-off-by: yanggang <gang.yang@daocloud.io >
2023-02-14 01:41:51 +09:00
杨刚 (成都)
f5b64339bf
clean wrong notes. ( #1036 )
...
Signed-off-by: yanggang <gang.yang@daocloud.io >
2023-02-14 01:41:19 +09:00
Tomofumi Hayashi
d1d0da1457
Remove deprecated 'restart-crio' option
...
'restart-crio' option was used for workaround crio issues.
This issue no longer exists, hence make it obsolate and removed.
2023-02-06 14:37:01 +09:00
Doug Smith
e692127d19
Readme updates, includes thick-plugin-by-default installation text ( #1004 )
2022-12-23 00:00:08 +09:00
Yury K
0ae7db9bbc
Update network-attachment-definition-client to v1.4.0 ( #984 )
...
Update network-attachment-definition-client package
to support DeviceInfo spec 1.1.0
Signed-off-by: Yury Kulazhenkov <ykulazhenkov@nvidia.com >
Signed-off-by: Yury Kulazhenkov <ykulazhenkov@nvidia.com >
2022-12-22 23:55:40 +09:00
Doug Smith
95b45eff5d
Updates config options and tests for socketfile and cniconfdir between thin/thick ( #1002 )
2022-12-20 02:37:34 +09:00
Doug Smith
b660d69e18
Merge pull request #998 from s1061123/dev/action-update
...
Update github action version
2022-12-15 11:17:45 -05:00
Doug Smith
873857273f
Merge pull request #999 from s1061123/fix/warning
...
Fix warning message about package comment
2022-12-15 11:17:16 -05:00
Tomofumi Hayashi
442da10303
Update github action version
2022-12-16 01:10:41 +09:00
Tomofumi Hayashi
3ffa206abc
Fix warning message about package comment
2022-12-16 00:43:01 +09:00
Doug Smith
971a110db7
Create an openshift origin (OKD) golang builder image in build pipeline ( #992 )
2022-12-14 22:50:20 +09:00
Doug Smith
d7a8f962da
Merge pull request #969 from liornoy/ginkgov2
...
Bump ginkgo to v2
2022-12-13 13:26:03 -05:00
Doug Smith
36952b8401
Merge pull request #990 from s1061123/fix/remove-origin
...
Remove origin from CI build
2022-12-13 13:25:09 -05:00
Tomofumi Hayashi
0a0e9b4db9
Remove origin from CI build
...
This change remove origin build from CI pipeline because
origin's golang version is too old.
2022-12-14 03:02:55 +09:00
liornoy
7a549fd9ac
Update tests source code to ginkgo v2
...
This commit updates the tests to import ginkgo v2.
2022-12-13 19:37:13 +02:00
liornoy
048438e0ef
Bump ginkgo to v2
...
This commit bumps ginkgo to version v2.5.1.
2022-12-13 19:37:13 +02:00
Tomofumi Hayashi
344fb0ae09
Do 'go mod tidy' to cleanup go.mod/go.sum ( #988 )
2022-12-14 02:20:42 +09:00
Doug Smith
26902b29b6
Merge pull request #987 from s1061123/dev/go118
...
Bump go version to 1.18/1.19
2022-12-13 09:48:52 -05:00
Doug Smith
d84add88b9
Merge pull request #986 from s1061123/fix/so-long-gorilla
...
This removes gorilla/mux from multus
2022-12-13 09:44:04 -05:00
Tomofumi Hayashi
546e715c9e
Bump go version to 1.18/1.19
...
Bump go version to 1.18/1.19, supported in golang community.
2022-12-13 23:30:30 +09:00
Tomofumi Hayashi
1454d912f4
This removes gorilla/mux from multus
...
This change removes gorilla/mux dependency from the multus-thick
because goriila team no longer support gorilla packages, including
gorilla/mux.
2022-12-13 17:35:34 +09:00
yulng
6eda6d9deb
add check test result for interface net1 ( #960 )
...
Signed-off-by: yulng <wei.yang@daocloud.io >
Signed-off-by: yulng <wei.yang@daocloud.io >
2022-12-13 17:01:14 +09:00
Ayush Patel
33ce772b98
Add NOTICE ( #967 )
...
Signed-off-by: Ayush Patel <patel.ayush08@gmail.com >
Signed-off-by: Ayush Patel <patel.ayush08@gmail.com >
2022-12-08 23:50:37 +09:00
lgtm-com[bot]
b8304cf7dc
Add CodeQL workflow for GitHub code scanning ( #981 )
...
Co-authored-by: LGTM Migrator <lgtm-migrator@users.noreply.github.com >
2022-12-08 23:47:00 +09:00
Doug Smith
7ce5e9fbdc
Merge pull request #976 from s1061123/dev/simple-kubeletpkg
...
Simplify kubeletclient code to reduce parse url
2022-11-29 11:29:16 -05:00
Miguel Duarte Barroso
a9ace511d8
server: add healthz endpoint ( #963 )
...
From the node (or any privileged pod having mounted the multus socket)
you can now query the multus-cni server liveliness - for instance:
```
root@kind-worker:/# curl -v --unix-socket /run/multus/multus.sock localhost/healthz
* Trying /run/multus/multus.sock:0...
* Connected to localhost (/host/run/multus/multus.sock) port 80 (#0 )
> GET /healthz HTTP/1.1
> Host: localhost
> User-Agent: curl/7.74.0
> Accept: */*
>
* Mark bundle as not supporting multiuse
< HTTP/1.1 200 OK
< Date: Mon, 14 Nov 2022 17:21:07 GMT
< Content-Length: 0
< Connection: close
<
* Closing connection 0
```
Signed-off-by: Miguel Duarte Barroso <mdbarroso@redhat.com >
Signed-off-by: Miguel Duarte Barroso <mdbarroso@redhat.com >
2022-11-29 23:34:13 +09:00
Tomofumi Hayashi
6c52c476bf
Simplify kubeletclient code to reduce parse url
...
This removes unused variables and simplify kubeletclient code.
2022-11-28 18:05:24 +09:00
Doug Smith
c75d773248
Merge pull request #957 from s1061123/fix/948
...
Change conditional flow to use cache file in CmdDel
2022-11-10 11:12:15 -05:00
Tomofumi Hayashi
82c09a98b7
Change conditional flow to use cache file in CmdDel
...
This fix changes conditional flow to use net-attach-def if
cache file is collapsed in CmdDel.
Fix #948
2022-11-11 00:22:15 +09:00
yanggang
103e70778b
clean code ( #952 )
...
Signed-off-by: yanggang <gang.yang@daocloud.io >
Signed-off-by: yanggang <gang.yang@daocloud.io >
2022-11-10 01:00:27 +09:00
yanggang
40d600b336
Upgrade fsnotify ( #954 )
...
* This makes checking events a lot easier
* upgrade fsnotify package
Signed-off-by: yanggang <gang.yang@daocloud.io >
Signed-off-by: yanggang <gang.yang@daocloud.io >
2022-11-10 00:35:44 +09:00
yanggang
b6c50f2d07
we should keep the first character Big for aligned info note ( #953 )
...
Signed-off-by: yanggang <gang.yang@daocloud.io >
Signed-off-by: yanggang <gang.yang@daocloud.io >
2022-11-10 00:34:28 +09:00
yanggang
4f91106f29
remove io/ioutil for advanced golang ( #951 )
...
Signed-off-by: yanggang <gang.yang@daocloud.io >
Signed-off-by: yanggang <gang.yang@daocloud.io >
2022-11-10 00:18:54 +09:00
Tomofumi Hayashi
77e0150afe
Fix license boilerplate/copyright in go files ( #947 )
...
This change fix license boilerplate and its copyright.
The updated year in copyright is based on the file creation date.
If older than 2021, added copyright is transfered to multus
authors from Intel corporation as the multus code was officially
transfered to Kubernetes Networking Plumbing Working Group on
March 11, 2021.
2022-11-02 21:49:57 +09:00
Moshe Levi
6f8fa8c286
fix resource api grpc failed to connect to unix socket ( #946 )
...
After commit c6fa047212
resource api got broken in 2 places. first place handled by f530d3eb84
The second break was in replacing podresources.GetV1Client with getKubeletResourceClient.
The GetV1Client remove the protocol (e.g unix:) by calling GetAddressAndDialer, but the getKubeletResourceClient
is using the full endpoint (with the portocol) causing failed to connect to unix socket.
This patch remove the unix: prefix before the grpc connect.
Fixes : #944
Signed-off-by: Moshe Levi <moshele@nvidia.com >
Signed-off-by: Moshe Levi <moshele@nvidia.com >
2022-11-02 21:47:55 +09:00
yulng
8550fa62a5
Modify the judgment of test results ( #936 )
2022-10-31 22:34:10 +09:00
Gao PeiLiang
a3f9694d09
delegate plugin delete success, delete cache file ( #926 )
2022-10-31 22:32:51 +09:00
Moshe Levi
fd893ab625
grpc: move to use grpc.WithTransportCredentials() ( #942 )
...
see 2c8bfad910
Signed-off-by: Moshe Levi <moshele@nvidia.com >
Signed-off-by: Moshe Levi <moshele@nvidia.com >
2022-10-29 00:47:05 +09:00
Moshe Levi
f530d3eb84
fix kubeletSocket scope ( #941 )
...
The kubeletSocket in the function is scoping the const kubeletSocket
which causing resource api to fail with
"stat /var/lib/kubelet/pod-resources/.sock: no such file or directory"
Signed-off-by: Moshe Levi <moshele@nvidia.com >
Signed-off-by: Moshe Levi <moshele@nvidia.com >
v4.0.0-alpha
2022-10-26 22:25:38 +09:00
Doug Smith
e43ed9274e
Merge pull request #939 from s1061123/fix/server
...
Fix multus-daemon in case of user given config
2022-10-24 16:03:48 -04:00
yulng
f52aa691d6
Add "EOF" to the Cat command, otherwise the operation will fail ( #932 ) ( #934 )
...
Add EOF to the Cat command, otherwise the operation will fail
2022-10-25 00:57:09 +09:00
Tomofumi Hayashi
46daed0654
Fix multus-daemon in case of user given config
...
This fix the issue #931 to refining server startup code including
file copy and channel processing, with simplification.
2022-10-25 00:46:40 +09:00
yulng
e9bb5e5f48
Add "EOF" to the Cat command, otherwise the operation will fail ( #932 )
...
Add EOF to the Cat command, otherwise the operation will fail
2022-10-23 14:58:08 +09:00
Doug Smith
fa8a6e6880
Merge pull request #925 from s1061123/dev/rc-api
...
Support IPs, MAC and cni-args in delegate API
2022-10-14 11:34:12 -04:00
Tomofumi Hayashi
6f90a0f075
Support IPs, MAC and cni-args in delegate API
2022-10-15 00:12:17 +09:00
Doug Smith
efa8c62ec4
Merge pull request #930 from s1061123/fix/mod-ver
...
Fix kubelet version in go.mod
2022-10-14 11:07:58 -04:00
Tomofumi Hayashi
7c619d64a6
Fix kubelet version in go.mod
...
fix #928
2022-10-14 23:32:26 +09:00
Eoghan Russell
1aac2431b8
Fix broken link in README ( #919 )
2022-09-26 23:26:25 +09:00
Doug Smith
f372831536
Merge pull request #915 from s1061123/fix/delegate-api
...
Fix deleate API to load conflist
2022-09-20 13:19:58 -04:00
Tomofumi Hayashi
3e97437e31
Fix deleate API to load conflist
2022-09-21 01:56:53 +09:00