Commit Graph

12913 Commits (9e5beb4e37298d296694cd7339740e336c62a653)

Author SHA1 Message Date
Jituri, Pranav 0ae11fd5c8
fix linting error 2020-12-15 18:22:36 +05:30
Jituri, Pranav ce17200bd8
address review comment 2020-12-15 18:09:43 +05:30
Anders F Björklund 897d3409d6 Upgrade buildkit from 0.8.0 to 0.8.1 2020-12-15 13:01:00 +01:00
Anders F Björklund 39e149f7a9 Upgrade Docker, from 20.10.0 to 20.10.1 2020-12-15 12:55:57 +01:00
Sharif Elgamal 47d802a63e fix docs 2020-12-14 16:58:53 -08:00
Sharif Elgamal 4b5202f070 Update Makefile and release notes for 1.16.0-beta.0 2020-12-14 16:38:13 -08:00
Sharif Elgamal 129eefd6a2
Merge pull request #9960 from tstromberg/relnotes-hack
release notes: fix whitespace before contributors list
2020-12-14 13:18:52 -08:00
Anders F Björklund 4c39ffc91f Upgrade kubernetes dashboard to v2.1.0 for 1.20
Now with support for Kubernetes version 1.20 too
2020-12-14 21:20:14 +01:00
Thomas Stromberg ad87c0d029 Fix CHANGELOG to be mdlint compliant 2020-12-14 11:44:47 -08:00
Thomas Stromberg 72443e9b3e release notes: fix whitespace before contributors list 2020-12-14 11:43:42 -08:00
Thomas Stromberg 14ed16425a When parsing release notes, parse up to the next version tag 2020-12-14 11:42:05 -08:00
Thomas Strömberg 8b9331e5c2
Merge pull request #9940 from afbjorklund/buildkit-0.8.0
Upgrade buildkit from 0.7.2 to 0.8.0
2020-12-14 10:36:19 -08:00
Thomas Strömberg 05eca4cdf5
Merge pull request #9948 from afbjorklund/var-buildkit
Add persistent storage for /var/lib/buildkit
2020-12-14 10:35:48 -08:00
Thomas Strömberg f71e525940
Merge pull request #9957 from Aut0R3V/patch-4
start: Support comma-delimited --addons
2020-12-14 10:34:02 -08:00
Thomas Strömberg a815e801aa
Merge pull request #9949 from lupino3/patch-1
Add mention of the Windows Package Manager
2020-12-14 09:48:04 -08:00
Thomas Strömberg e9f1b8bce3
Merge pull request #9943 from afbjorklund/build-docs
Add some more docs about building images
2020-12-14 09:47:10 -08:00
AUT0R3V 375d25db07
Update start_flags.go
Using slicing technique in the place of an Array for line 141.
2020-12-14 15:12:12 +05:30
Andrea Spadaccini 720a32d7d5
Add mention of the Windows Package Manager
Update the installation guide to mention winget, the Windows Package Manager.

Minikube is in the repository, and the command I listed works correctly:
andre@IRIDIUM-MMXX  C:\Windows\System32                                                                      [16:11]
❯ winget search minikube
Name     Id                  Version
------------------------------------
minikube Kubernetes.minikube 1.15.1
andre@IRIDIUM-MMXX  C:\Windows\System32                                                                      [16:12]
❯ winget install minikube
Found minikube [Kubernetes.minikube]
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licences to, third-party packages.
Downloading https://storage.googleapis.com/minikube/releases/latest/minikube-installer.exe
  ██████████████████████████████  23.7 MB / 23.7 MB
Successfully verified installer hash
Starting package install...
Successfully installed
2020-12-13 16:17:00 +00:00
Anders F Björklund 2b5ad68359 Add persistent storage for /var/lib/buildkit
Mostly to not fill up the tmpfs (RAM), most of the contents
are expendable (although the cache can of course be useful)
2020-12-13 16:00:58 +01:00
Anders Björklund 0497d1221f
Merge pull request #9945 from afbjorklund/docs-typo
Fix minor typo in build of the project name itself
2020-12-13 13:14:45 +01:00
Anders F Björklund 80c3c64be0 Fix minor typo in build of the project name itself 2020-12-13 12:34:27 +01:00
Anders F Björklund 636370265f Add some more docs about building images
Add some more examples on how to use podman for cri-o runtime,
and how to use buildctl (with buildkitd) for containerd runtime.
2020-12-13 11:10:32 +01:00
Anders F Björklund 7822a4e36e Add option to add the ssh-host key to known_hosts
This matches the ssh-add command for identity keys,
it will add the host key to the ssh known_hosts file.

If a ssh key for the host already exists in the file,
it will not be added again so can be run multiple times.
2020-12-12 18:54:33 +01:00
Anders F Björklund a387989c72 Add ssh-host command for getting the ssh host keys
This is similar to the existing minikube "ssh-key" command, but gets
the content of the host key instead of the path to the identity key.

The output of this command can be added to the ~/.ssh/known_hosts,
for strict host key authentication. For instance when using Docker.
2020-12-12 18:54:33 +01:00
Anders Björklund d25e2495ea
Merge pull request #9941 from afbjorklund/docs-config
Run generate-docs again for the driver rename
2020-12-12 18:54:14 +01:00
Anders F Björklund a5c1665324 Run generate-docs again for the driver rename
The iso bump reverted the previous fix again
2020-12-12 18:49:41 +01:00
Anders F Björklund a18166a243 Upgrade buildkit from 0.7.2 to 0.8.0
Also include the custom runc version
2020-12-12 10:20:45 +01:00
Thomas Strömberg a60e2645f2
Merge pull request #9932 from kubernetes/br_netfilter2
wsl2: log warning if br_netfilter cannot be enabled rather than fatally exit
2020-12-11 14:42:28 -08:00
Sharif Elgamal 5b73771ff1 only delete dangling images 2020-12-11 14:42:26 -08:00
Medya Ghazizadeh 947749a8eb
Merge pull request #9935 from spowelljr/fixBackToBackSpinner
Fixed output on back to back spinner steps
2020-12-11 14:23:13 -08:00
Medya Ghazizadeh 38a71d8e5d
Merge pull request #9934 from tstromberg/kvmdocfix
Remove obsolete mention of kvm driver, fixes generate-docs issue
2020-12-11 14:06:15 -08:00
Medya Ghazizadeh 751de8e0b0
Merge pull request #9933 from medyagh/iso_16_s4
bump iso on head for snapshot4
2020-12-11 14:01:29 -08:00
Steven Powell 12893a6121 Fixed output on back to back spinner steps 2020-12-11 14:53:43 -07:00
Thomas Stromberg dbdbad6e69 Remove obsolete mention of kvm driver, fixes generate-docs issue 2020-12-11 12:43:18 -08:00
Sharif Elgamal 3cc25a5cd3 Merge branch 'master' of github.com:kubernetes/minikube into test-fixes 2020-12-11 12:16:40 -08:00
Medya Gh f3be305abb bump iso on head for snapshot4 2020-12-11 12:11:26 -08:00
Thomas Stromberg 789610bbaf Log warning if br_netfilter cannot be enabled rather than fatally exiting 2020-12-11 10:58:46 -08:00
Thomas Strömberg b4bf2bde33
Merge pull request #9866 from afbjorklund/podman-network-fix
Fix podman network inspect format and error
2020-12-11 10:20:46 -08:00
Thomas Strömberg 86b9397910
Merge pull request #9888 from tharun208/feat/kubeconfig_status_name
added statusName for kubeconfig
2020-12-11 10:20:33 -08:00
Medya Ghazizadeh c440eae3ed
Merge pull request #9917 from afbjorklund/crio-conf19
Upgrade crio.conf to version v1.19.0
2020-12-11 10:09:55 -08:00
Medya Ghazizadeh 4cd3c7bd90
Merge pull request #9928 from afbjorklund/containerd-shim
Add missing helper binaries for containerd-shim
2020-12-11 10:09:15 -08:00
Anders F Björklund 7ec57f783b Add missing helper binaries for containerd-shim 2020-12-11 11:58:16 +01:00
Medya Ghazizadeh 442a9cf2d3
Merge pull request #9911 from medyagh/update_kicbase_16_1
Update kicbase 15 snapshot4 on head
2020-12-10 16:55:28 -08:00
Medya Ghazizadeh e96b05e45e
Merge pull request #9875 from sadlil/kindnet-podcidr
Fix multi node two pods getting same IP and nodespec not having PodCIDR
2020-12-10 16:53:29 -08:00
Medya Ghazizadeh 71b0237e5b
Merge pull request #9855 from alonyb/w/add-spinner
Add spinner at preparing Kubernetes...
2020-12-10 16:49:19 -08:00
Medya Ghazizadeh b84f2499fd
Merge pull request #9726 from prezha/cleanup-linux
amend linux cleanup script with full minikube, docker and kvm cleanup
2020-12-10 16:43:20 -08:00
Medya Ghazizadeh 9aac4f7f42
Merge pull request #9912 from prezha/fix-update-kubernetes-version
fix: use release tags and add make targets
2020-12-10 16:03:38 -08:00
Medya Ghazizadeh 6b079476c6
Merge pull request #9918 from lingsamuel/remove-verbose-options
Remove verbose options
2020-12-10 15:58:01 -08:00
Thomas Strömberg 3508316111
Merge pull request #9618 from r0v/patch-1
Modify "example command" in cli reference for "config".
2020-12-10 14:52:02 -08:00
Thomas Strömberg 5d3cc59902
Merge pull request #9922 from afbjorklund/sudo-linux
Only use sudo with the none driver when on linux
2020-12-10 14:47:45 -08:00