Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Hepto
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ACIDES
Hepto
Commits
6cbe3a12
Commit
6cbe3a12
authored
3 years ago
by
kaiyou
Browse files
Options
Downloads
Patches
Plain Diff
Get rid of the kubernetes/ submodule
parent
69664dad
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
.gitmodules
+0
-3
0 additions, 3 deletions
.gitmodules
HACKS.md
+4
-4
4 additions, 4 deletions
HACKS.md
kubernetes
+0
-1
0 additions, 1 deletion
kubernetes
with
4 additions
and
8 deletions
.gitmodules
+
0
−
3
View file @
6cbe3a12
[submodule "kubernetes"]
path = kubernetes
url = https://github.com/kubernetes/kubernetes
This diff is collapsed.
Click to expand it.
HACKS.md
+
4
−
4
View file @
6cbe3a12
...
...
@@ -5,11 +5,11 @@ mostly.
We try and use the most up to date version of each dependency while upstreaming
patches required for interoperability. Remaining quirks are listed below.
# Kubernetes
tree loaded from a submodule
# Kubernetes
OpenAPI copied to this repo
In the pursuit of not vendoring source while still depending on upstream
kubernetes cmd/ tree and k8s.io not including openapi generated stubs, we
settled on embedding kubernetes as a git submodule to a vanilla upstream
.
OpenAPI definitions from kubernetes upstream are not generated in published
packages. We generate them once and host them in the current repository. They
are only loaded from the apiserver code
.
# Kubernetes pinned to v1.22.7
...
...
This diff is collapsed.
Click to expand it.
kubernetes
@
b56e432f
Compare
b56e432f
...
b56e432f
Subproject commit b56e432f2191419647a6a13b9f5867801850f969
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