Skip to content
This repository has been archived by the owner on Jul 29, 2018. It is now read-only.

Add cockpit-kubernetes to enable Kube use case #399

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

## Unreleased
-Fix #396 - modify Cockpit to have Kubernetes bridge and not drag in unecessary packages @bexelbie

## v2.1.0 May 19, 2016
- Fix #353: Add VSM config to docker setup and removed Vagrantbox Readme @praveenkumar
Expand Down
6 changes: 5 additions & 1 deletion build_tools/kickstarts/centos-7-adb-vagrant.ks
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,11 @@ adb-utils
centos-release-adb
fuse-sshfs
openshift2nulecule
cockpit
# Cockpit interface - adds basic functionality followed by docker, kube, and network components
cockpit-ws
cockpit-docker
cockpit-kubernetes
cockpit-networkmanager
%end

%post
Expand Down