Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubespray
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
b912dafd
Commit
b912dafd
authored
3 years ago
by
Florian Ruynat
Committed by
Kubernetes Prow Robot
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update multus to 3.8.0
parent
8b3481f5
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
roles/download/defaults/main.yml
+1
-1
1 addition, 1 deletion
roles/download/defaults/main.yml
roles/network_plugin/multus/files/multus-crd.yml
+31
-13
31 additions, 13 deletions
roles/network_plugin/multus/files/multus-crd.yml
with
33 additions
and
15 deletions
README.md
+
1
−
1
View file @
b912dafd
...
...
@@ -143,7 +143,7 @@ Note: Upstart/SysV init based OS types are not supported.
-
[
flanneld
](
https://github.com/flannel-io/flannel
)
v0.14.0
-
[
kube-ovn
](
https://github.com/alauda/kube-ovn
)
v1.7.2
-
[
kube-router
](
https://github.com/cloudnativelabs/kube-router
)
v1.3.1
-
[
multus
](
https://github.com/intel/multus-cni
)
v3.
7.2
-
[
multus
](
https://github.com/intel/multus-cni
)
v3.
8.0
-
[
ovn4nfv
](
https://github.com/opnfv/ovn4nfv-k8s-plugin
)
v1.1.0
-
[
weave
](
https://github.com/weaveworks/weave
)
v2.8.1
-
Application
...
...
This diff is collapsed.
Click to expand it.
roles/download/defaults/main.yml
+
1
−
1
View file @
b912dafd
...
...
@@ -85,7 +85,7 @@ pod_infra_version: "3.3"
cilium_version
:
"
v1.9.10"
kube_ovn_version
:
"
v1.7.2"
kube_router_version
:
"
v1.3.1"
multus_version
:
"
v3.
7.2
"
multus_version
:
"
v3.
8.0
"
ovn4nfv_ovn_image_version
:
"
v1.0.0"
ovn4nfv_k8s_plugin_image_version
:
"
v1.1.0"
helm_version
:
"
v3.7.0"
...
...
This diff is collapsed.
Click to expand it.
roles/network_plugin/multus/files/multus-crd.yml
+
31
−
13
View file @
b912dafd
...
...
@@ -11,17 +11,35 @@ spec:
singular
:
network-attachment-definition
kind
:
NetworkAttachmentDefinition
shortNames
:
-
net-attach-def
-
net-attach-def
versions
:
-
name
:
v1
served
:
true
storage
:
true
schema
:
openAPIV3Schema
:
type
:
object
properties
:
spec
:
type
:
object
properties
:
config
:
type
:
string
-
name
:
v1
served
:
true
storage
:
true
schema
:
openAPIV3Schema
:
description
:
'
NetworkAttachmentDefinition
is
a
CRD
schema
specified
by
the
Network
Plumbing
Working
Group
to
express
the
intent
for
attaching
pods
to
one
or
more
logical
or
physical
networks.
More
information
available
at:
https://github.com/k8snetworkplumbingwg/multi-net-spec'
type
:
object
properties
:
apiVersion
:
description
:
'
APIVersion
defines
the
versioned
schema
of
this
represen
tation
of
an
object.
Servers
should
convert
recognized
schemas
to
the
latest
internal
value,
and
may
reject
unrecognized
values.
More
info:
https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
type
:
string
kind
:
description
:
'
Kind
is
a
string
value
representing
the
REST
resource
this
object
represents.
Servers
may
infer
this
from
the
endpoint
the
client
submits
requests
to.
Cannot
be
updated.
In
CamelCase.
More
info:
https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
type
:
string
metadata
:
type
:
object
spec
:
description
:
'
NetworkAttachmentDefinition
spec
defines
the
desired
state
of
a
network
attachment'
type
:
object
properties
:
config
:
description
:
'
NetworkAttachmentDefinition
config
is
a
JSON-formatted
CNI
configuration'
type
:
string
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment